H264ColorSpaceSettings

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

Bases: object

(experimental) Color space settings for H.264 video.

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

h264_color_space_settings = medialive_alpha.H264ColorSpaceSettings.passthrough()

Static Methods

classmethod passthrough()

(experimental) Pass through the source color space with no conversion.

Stability:

experimental

Return type:

H264ColorSpaceSettings

classmethod rec601()

(experimental) Convert to Rec.601 color space.

Stability:

experimental

Return type:

H264ColorSpaceSettings

classmethod rec709()

(experimental) Convert to Rec.709 color space.

Stability:

experimental

Return type:

H264ColorSpaceSettings