From b00df58755c90a3c6d3d2740779954d99a9f0d9b Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Tue, 5 Jun 2018 18:45:05 -0700 Subject: [PATCH] Add Value to the usage chart --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ec74d738..154c0943 100644 --- a/README.md +++ b/README.md @@ -323,13 +323,13 @@ selectedTextTrack={{ }} ``` -Type | Description ---- | --- -"system" | (default) Display captions only if the system preference for captions is enabled -"disabled" | Don't display a text track -"title" | Display the text track with the title specified as the Value, e.g. "French 1" -"language" | Display the text track with the language specified as the Value, e.g. "fr" -"index" | Display the text track with the index specified as the value, e.g. 0 +Type | Value | Description +--- | --- | --- +"system" (default) | N/A | Display captions only if the system preference for captions is enabled +"disabled" | N/A | Don't display a text track +"title" | string | Display the text track with the title specified as the Value, e.g. "French 1" +"language" | string | Display the text track with the language specified as the Value, e.g. "fr" +"index" | number | Display the text track with the index specified as the value, e.g. 0 Both iOS & Android offer Settings to enable Captions for hearing impaired people. If "system" is selected and the Captions Setting is enabled, iOS/Android will look for a caption that matches that customer's language and display it.