TtmlDestinationProps
- class aws_cdk.aws_medialive_alpha.TtmlDestinationProps(*, style_control=None)
Bases:
object(experimental) Properties for TTML caption output.
- Parameters:
style_control (
Optional[TtmlStyleControl]) – (experimental) Whether to pass through style and position from a TTML-like source. Default: TtmlStyleControl.PASSTHROUGH- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_medialive_alpha as medialive_alpha # ttml_style_control: medialive_alpha.TtmlStyleControl ttml_destination_props = medialive_alpha.TtmlDestinationProps( style_control=ttml_style_control )
Attributes
- style_control
(experimental) Whether to pass through style and position from a TTML-like source.
- Default:
TtmlStyleControl.PASSTHROUGH
- Stability:
experimental