AncillaryCaptionSourceOptions

class aws_cdk.aws_medialive_alpha.AncillaryCaptionSourceOptions(*, source_channel_number=None)

Bases: object

(experimental) Options for an ancillary caption source.

Parameters:

source_channel_number (Union[int, float, None]) – (experimental) The captions channel (1-4) to extract from the ancillary captions. Required when converting to another caption format; ignored when passing through as embedded. Default: - MediaLive ignores the channel (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

ancillary_caption_source_options = medialive_alpha.AncillaryCaptionSourceOptions(
    source_channel_number=123
)

Attributes

source_channel_number

(experimental) The captions channel (1-4) to extract from the ancillary captions.

Required when converting to another caption format; ignored when passing through as embedded.

Default:
  • MediaLive ignores the channel (passthrough)

Stability:

experimental