AWS::MediaLive::Channel CaptionDescription
The encoding information for output captions.
The parent of this entity is EncoderSettings.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Accessibility" :
String
, "CaptionDashRoles" :[ String, ... ]
, "CaptionSelectorName" :String
, "DestinationSettings" :CaptionDestinationSettings
, "DvbDashAccessibility" :String
, "LanguageCode" :String
, "LanguageDescription" :String
, "Name" :String
}
YAML
Accessibility:
String
CaptionDashRoles:- String
CaptionSelectorName:String
DestinationSettings:CaptionDestinationSettings
DvbDashAccessibility:String
LanguageCode:String
LanguageDescription:String
Name:String
Properties
Property description not available.
Required: No
Type: String
Update requires: No interruption
Property description not available.
Required: No
Type: Array of String
Update requires: No interruption
-
Specifies which input captions selector to use as a captions source when generating output captions. This field should match a captionSelector name.
Required: No
Type: String
Update requires: No interruption
-
Additional settings for a captions destination that depend on the destination type.
Required: No
Type: CaptionDestinationSettings
Update requires: No interruption
Property description not available.
Required: No
Type: String
Update requires: No interruption
-
An ISO 639-2 three-digit code. For more information, see http://www.loc.gov/standards/iso639-2/.
Required: No
Type: String
Update requires: No interruption
-
Human-readable information to indicate the captions that are available for players (for example, English or Spanish).
Required: No
Type: String
Update requires: No interruption
-
The name of the captions description. The name is used to associate a captions description with an output. Names must be unique within a channel.
Required: No
Type: String
Update requires: No interruption