Show / Hide Table of Contents

Enum ContainerType

(experimental) The type of container to attach to this origin endpoint.

Namespace: Amazon.CDK.AWS.MediaPackageV2.Alpha
Assembly: Amazon.CDK.AWS.MediaPackageV2.Alpha.dll
Syntax (csharp)
public enum ContainerType
Syntax (vb)
Public Enum ContainerType
Remarks

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.

Stability: Experimental

Synopsis

Fields

CMAF

(experimental) CMAF Container Type.

ISM

(experimental) ISM Container Type (Microsoft Smooth Streaming).

TS

(experimental) TS Container Type.

Fields

Name Description
CMAF

(experimental) CMAF Container Type.

ISM

(experimental) ISM Container Type (Microsoft Smooth Streaming).

TS

(experimental) TS Container Type.

Back to top Generated by DocFX