M2tsEbpAudioInterval
- class aws_cdk.aws_medialive_alpha.M2tsEbpAudioInterval(*args: Any, **kwargs)
Bases:
object(experimental) Controls placement of audio Encoder Boundary Point (EBP) markers.
- 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 m2ts_ebp_audio_interval = medialive_alpha.M2tsEbpAudioInterval.of("value")
Attributes
- VIDEO_AND_FIXED_INTERVALS = <aws_cdk.aws_medialive_alpha.M2tsEbpAudioInterval object>
- VIDEO_INTERVAL = <aws_cdk.aws_medialive_alpha.M2tsEbpAudioInterval object>
- value
(experimental) The underlying string value passed to CloudFormation.
- Stability:
experimental
Static Methods
- classmethod of(value)
(experimental) A value not yet modelled by AWS CDK.
- Parameters:
value (
str)- Stability:
experimental
- Return type: