Eac3AtmosCodingMode

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

Bases: object

(experimental) EAC3 Atmos coding mode.

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

eac3_atmos_coding_mode = medialive_alpha.Eac3AtmosCodingMode.CODING_MODE_5_1_4

Attributes

CODING_MODE_5_1_4 = <aws_cdk.aws_medialive_alpha.Eac3AtmosCodingMode object>
CODING_MODE_7_1_4 = <aws_cdk.aws_medialive_alpha.Eac3AtmosCodingMode object>
CODING_MODE_9_1_6 = <aws_cdk.aws_medialive_alpha.Eac3AtmosCodingMode 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:

Eac3AtmosCodingMode