@Stability(value=Stable)
public static interface CfnChannel.AudioHlsRenditionSelectionProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.medialive.*;
AudioHlsRenditionSelectionProperty audioHlsRenditionSelectionProperty = AudioHlsRenditionSelectionProperty.builder()
.groupId("groupId")
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.AudioHlsRenditionSelectionProperty.Builder
A builder for
CfnChannel.AudioHlsRenditionSelectionProperty |
static class |
CfnChannel.AudioHlsRenditionSelectionProperty.Jsii$Proxy
An implementation for
CfnChannel.AudioHlsRenditionSelectionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.AudioHlsRenditionSelectionProperty.Builder |
builder() |
default String |
getGroupId()
Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.
|
default String |
getName()
Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.
|
@Stability(value=Stable) @Nullable default String getGroupId()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) static CfnChannel.AudioHlsRenditionSelectionProperty.Builder builder()
Copyright © 2022. All rights reserved.