M2tsSegmentationMarkers

class aws_cdk.aws_medialive_alpha.M2tsSegmentationMarkers(*args: Any, **kwargs)

Bases: object

(experimental) The type of segmentation markers to insert.

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_segmentation_markers = medialive_alpha.M2tsSegmentationMarkers.EBP

Attributes

EBP = <aws_cdk.aws_medialive_alpha.M2tsSegmentationMarkers object>
EBP_LEGACY = <aws_cdk.aws_medialive_alpha.M2tsSegmentationMarkers object>
NONE = <aws_cdk.aws_medialive_alpha.M2tsSegmentationMarkers object>
PSI_SEGSTART = <aws_cdk.aws_medialive_alpha.M2tsSegmentationMarkers object>
RAI_ADAPT = <aws_cdk.aws_medialive_alpha.M2tsSegmentationMarkers object>
RAI_SEGSTART = <aws_cdk.aws_medialive_alpha.M2tsSegmentationMarkers 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:

M2tsSegmentationMarkers