Class CfnChannelPropsMixin.AudioHlsRenditionSelectionProperty
Selector for HLS audio rendition.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaLive
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnChannelPropsMixin.AudioHlsRenditionSelectionProperty : CfnChannelPropsMixin.IAudioHlsRenditionSelectionProperty
Syntax (vb)
Public Class CfnChannelPropsMixin.AudioHlsRenditionSelectionProperty Implements CfnChannelPropsMixin.IAudioHlsRenditionSelectionProperty
Remarks
The parent of this entity is AudioSelectorSettings.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.MediaLive;
var audioHlsRenditionSelectionProperty = new AudioHlsRenditionSelectionProperty {
GroupId = "groupId",
Name = "name"
};
Synopsis
Constructors
| AudioHlsRenditionSelectionProperty() | Selector for HLS audio rendition. |
Properties
| GroupId | Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition. |
| Name | Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition. |
Constructors
AudioHlsRenditionSelectionProperty()
Selector for HLS audio rendition.
public AudioHlsRenditionSelectionProperty()
Remarks
The parent of this entity is AudioSelectorSettings.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.MediaLive;
var audioHlsRenditionSelectionProperty = new AudioHlsRenditionSelectionProperty {
GroupId = "groupId",
Name = "name"
};
Properties
GroupId
Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.
public string? GroupId { get; set; }
Property Value
Remarks
Name
Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.
public string? Name { get; set; }