Show / Hide Table of Contents

Class CfnChannelPropsMixin.AudioHlsRenditionSelectionProperty

Selector for HLS audio rendition.

Inheritance
object
CfnChannelPropsMixin.AudioHlsRenditionSelectionProperty
Implements
CfnChannelPropsMixin.IAudioHlsRenditionSelectionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiohlsrenditionselection.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiohlsrenditionselection.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiohlsrenditionselection.html#cfn-medialive-channel-audiohlsrenditionselection-groupid

Name

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

public string? Name { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiohlsrenditionselection.html#cfn-medialive-channel-audiohlsrenditionselection-name

Implements

CfnChannelPropsMixin.IAudioHlsRenditionSelectionProperty
Back to top Generated by DocFX