Values.CaptionDescriptionSourceCaption Description
type nonrec t = {accessibility : AccessibilityType.t option;Indicates whether the caption track implements accessibility features such as written descriptions of spoken dialog, music, and sounds. This signaling is added to HLS output group and MediaPackage output group.
*)captionSelectorName : string;Specifies which input caption selector to use as a caption source when generating output captions. This field should match a captionSelector name.
*)destinationSettings : CaptionDestinationSettings.t option;Additional settings for captions destination that depend on the destination type.
*)languageCode : string option;ISO 639-2 three-digit code: http://www.loc.gov/standards/iso639-2/
*)languageDescription : string option;Human readable information to indicate captions available for players (eg. English, or Spanish).
*)name : string;Name of the caption description. Used to associate a caption description with an output. Names must be unique within an event.
*)captionDashRoles : DashRoleCaption.t list option;Identifies the DASH roles to assign to this captions output. Applies only when the captions output is configured for DVB DASH accessibility signaling.
*)dvbDashAccessibility : DvbDashAccessibility.t option;Identifies DVB DASH accessibility signaling in this captions output. Used in Microsoft Smooth Streaming outputs to signal accessibility information to packagers.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of int
| `String of string
| `Structure of (string * [> `String of string ]) list ])
list ])
list ])
list ]