interface AudioHlsRenditionSelectionProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.AudioHlsRenditionSelectionProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.AudioHlsRenditionSelectionProperty |
Python | aws_cdk.aws_medialive.CfnChannel.AudioHlsRenditionSelectionProperty |
TypeScript | @aws-cdk/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 * as medialive from '@aws-cdk/aws-medialive';
const audioHlsRenditionSelectionProperty: medialive.CfnChannel.AudioHlsRenditionSelectionProperty = {
groupId: 'groupId',
name: 'name',
};
Properties
Name | Type | Description |
---|---|---|
group | string | Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition. |
name? | string | Specifies 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.