aws-cdk-lib.aws_medialive.CfnChannel.AudioHlsRenditionSelectionProperty

interface AudioHlsRenditionSelectionProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.AudioHlsRenditionSelectionProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_AudioHlsRenditionSelectionProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.AudioHlsRenditionSelectionProperty
Pythonaws_cdk.aws_medialive.CfnChannel.AudioHlsRenditionSelectionProperty
TypeScript aws-cdk-lib » aws_medialive » CfnChannel » AudioHlsRenditionSelectionProperty

Selector for HLS audio rendition.

The parent of this entity is AudioSelectorSettings.

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 audioHlsRenditionSelectionProperty: medialive.CfnChannel.AudioHlsRenditionSelectionProperty = {
  groupId: 'groupId',
  name: 'name',
};

Properties

NameTypeDescription
groupId?stringSpecifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.
name?stringSpecifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.

groupId?

Type: string (optional)

Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.


name?

Type: string (optional)

Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.