interface HlsRenditionSelectionOptions
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.HlsRenditionSelectionOptions |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#HlsRenditionSelectionOptions |
Java | software.amazon.awscdk.services.medialive.alpha.HlsRenditionSelectionOptions |
Python | aws_cdk.aws_medialive_alpha.HlsRenditionSelectionOptions |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป HlsRenditionSelectionOptions |
Options for selecting an HLS audio rendition.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive_alpha from '@aws-cdk/aws-medialive-alpha';
const hlsRenditionSelectionOptions: medialive_alpha.HlsRenditionSelectionOptions = {
groupId: 'groupId',
renditionName: 'renditionName',
};
Properties
| Name | Type | Description |
|---|---|---|
| group | string | The GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition. |
| rendition | string | The NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition. |
groupId
Type:
string
The GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.
renditionName
Type:
string
The NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.

.NET
Go
Java
Python
TypeScript (