|
57 | 57 | - [`abrController`](#abrcontroller)
|
58 | 58 | - [`timelineController`](#timelinecontroller)
|
59 | 59 | - [`enableCEA708Captions`](#enablecea708captions)
|
| 60 | + [`captionsTextTrack1Label`](#captionsTextTrack1Label) |
| 61 | + [`captionsTextTrack1LanguageCode`](#captionsTextTrack1LanguageCode) |
| 62 | + [`captionsTextTrack2Label`](#captionsTextTrack2Label) |
| 63 | + [`captionsTextTrack2LanguageCode`](#captionsTextTrack2LanguageCode) |
60 | 64 | - [`stretchShortVideoTrack`](#stretchshortvideotrack)
|
61 | 65 | - [`forceKeyFrameOnDiscontinuity`](#forcekeyframeondiscontinuity)
|
62 | 66 | - [`abrEwmaFastLive`](#abrewmafastlive)
|
@@ -759,6 +763,38 @@ whether or not to enable CEA-708 captions
|
759 | 763 |
|
760 | 764 | parameter should be a boolean
|
761 | 765 |
|
| 766 | +### `captionsTextTrack1Label` |
| 767 | +
|
| 768 | +(default: `English`) |
| 769 | +
|
| 770 | +Label for the text track generated for CEA-708 captions track 1. This is how it will appear in the browser's native menu for subtitles and captions. |
| 771 | +
|
| 772 | +parameter should be a string |
| 773 | +
|
| 774 | +### `captionsTextTrack1LanguageCode` |
| 775 | +
|
| 776 | +(default: `en`) |
| 777 | +
|
| 778 | +RFC 3066 language code for the text track generated for CEA-708 captions track 1. |
| 779 | +
|
| 780 | +parameter should be a string |
| 781 | +
|
| 782 | +### `captionsTextTrack2Label` |
| 783 | +
|
| 784 | +(default: `Spanish`) |
| 785 | +
|
| 786 | +Label for the text track generated for CEA-708 captions track 2. This is how it will appear in the browser's native menu for subtitles and captions. |
| 787 | +
|
| 788 | +parameter should be a string |
| 789 | +
|
| 790 | +### `captionsTextTrack2LanguageCode` |
| 791 | +
|
| 792 | +(default: `es`) |
| 793 | +
|
| 794 | +RFC 3066 language code for the text track generated for CEA-708 captions track 2. |
| 795 | +
|
| 796 | +parameter should be a string |
| 797 | +
|
762 | 798 | ### `stretchShortVideoTrack`
|
763 | 799 |
|
764 | 800 | (default: `false`)
|
|
0 commit comments