enum InputType
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaPackageV2.Alpha.InputType |
Go | github.com/aws/aws-cdk-go/awsmediapackagev2alpha/v2#InputType |
Java | software.amazon.awscdk.services.mediapackagev2.alpha.InputType |
Python | aws_cdk.aws_mediapackagev2_alpha.InputType |
TypeScript (source) | @aws-cdk/aws-mediapackagev2-alpha ยป InputType |
The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest.
Members
| Name | Description |
|---|---|
| CMAF | The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests). |
| HLS | The HLS streaming specification (which defines M3U8 manifests and TS segments). |
CMAF
The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).
HLS
The HLS streaming specification (which defines M3U8 manifests and TS segments).

.NET
Go
Java
Python
TypeScript (