enum ContainerType
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaPackageV2.Alpha.ContainerType |
Go | github.com/aws/aws-cdk-go/awsmediapackagev2alpha/v2#ContainerType |
Java | software.amazon.awscdk.services.mediapackagev2.alpha.ContainerType |
Python | aws_cdk.aws_mediapackagev2_alpha.ContainerType |
TypeScript (source) | @aws-cdk/aws-mediapackagev2-alpha ยป ContainerType |
The type of container to attach to this origin endpoint.
A container type is a file format that encapsulates one or more media streams, such as audio and video, into a single file. You can't change the container type after you create the endpoint.
Members
| Name | Description |
|---|---|
| TS | TS Container Type. |
| CMAF | CMAF Container Type. |
| ISM | ISM Container Type (Microsoft Smooth Streaming). |
TS
TS Container Type.
CMAF
CMAF Container Type.
ISM
ISM Container Type (Microsoft Smooth Streaming).

.NET
Go
Java
Python
TypeScript (