ArchiveContainer
- class aws_cdk.aws_medialive_alpha.ArchiveContainer
Bases:
object(experimental) The container (transport stream) for an Archive output.
Use the static factory methods to select between an MPEG-TS (M2TS) container or a raw container.
- 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_settings: medialive_alpha.M2tsSettings archive_container = medialive_alpha.ArchiveContainer.m2ts(m2ts_settings)
- Stability:
experimental
Static Methods
- classmethod m2ts(settings=None)
(experimental) An MPEG-TS (M2TS) container, optionally configured via
M2tsSettings.- Parameters:
settings (
Optional[M2tsSettings])- Stability:
experimental
- Return type:
- classmethod raw()
(experimental) A raw container (no transport-stream wrapping).
- Stability:
experimental
- Return type: