interface HlsSettingsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaLive.CfnChannel.HlsSettingsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_HlsSettingsProperty |
![]() | software.amazon.awscdk.services.medialive.CfnChannel.HlsSettingsProperty |
![]() | aws_cdk.aws_medialive.CfnChannel.HlsSettingsProperty |
![]() | aws-cdk-lib » aws_medialive » CfnChannel » HlsSettingsProperty |
The settings for an HLS output.
The parent of this entity is HlsOutputSettings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const hlsSettingsProperty: medialive.CfnChannel.HlsSettingsProperty = {
audioOnlyHlsSettings: {
audioGroupId: 'audioGroupId',
audioOnlyImage: {
passwordParam: 'passwordParam',
uri: 'uri',
username: 'username',
},
audioTrackType: 'audioTrackType',
segmentType: 'segmentType',
},
fmp4HlsSettings: {
audioRenditionSets: 'audioRenditionSets',
nielsenId3Behavior: 'nielsenId3Behavior',
timedMetadataBehavior: 'timedMetadataBehavior',
},
frameCaptureHlsSettings: { },
standardHlsSettings: {
audioRenditionSets: 'audioRenditionSets',
m3U8Settings: {
audioFramesPerPes: 123,
audioPids: 'audioPids',
ecmPid: 'ecmPid',
klvBehavior: 'klvBehavior',
klvDataPids: 'klvDataPids',
nielsenId3Behavior: 'nielsenId3Behavior',
patInterval: 123,
pcrControl: 'pcrControl',
pcrPeriod: 123,
pcrPid: 'pcrPid',
pmtInterval: 123,
pmtPid: 'pmtPid',
programNum: 123,
scte35Behavior: 'scte35Behavior',
scte35Pid: 'scte35Pid',
timedMetadataBehavior: 'timedMetadataBehavior',
timedMetadataPid: 'timedMetadataPid',
transportStreamId: 123,
videoPid: 'videoPid',
},
},
};
Properties
Name | Type | Description |
---|---|---|
audio | IResolvable | Audio | The settings for an audio-only output. |
fmp4 | IResolvable | Fmp4 | The settings for an fMP4 container. |
frame | IResolvable | Frame | Settings for a frame capture output in an HLS output group. |
standard | IResolvable | Standard | The settings for a standard output (an output that is not audio-only). |
audioOnlyHlsSettings?
Type:
IResolvable
|
Audio
(optional)
The settings for an audio-only output.
fmp4HlsSettings?
Type:
IResolvable
|
Fmp4
(optional)
The settings for an fMP4 container.
frameCaptureHlsSettings?
Type:
IResolvable
|
Frame
(optional)
Settings for a frame capture output in an HLS output group.
standardHlsSettings?
Type:
IResolvable
|
Standard
(optional)
The settings for a standard output (an output that is not audio-only).