@Stability(value=Stable)
public static interface CfnChannel.AudioLanguageSelectionProperty
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.*;
AudioLanguageSelectionProperty audioLanguageSelectionProperty = AudioLanguageSelectionProperty.builder()
.languageCode("languageCode")
.languageSelectionPolicy("languageSelectionPolicy")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.AudioLanguageSelectionProperty.Builder
A builder for
CfnChannel.AudioLanguageSelectionProperty |
static class |
CfnChannel.AudioLanguageSelectionProperty.Jsii$Proxy
An implementation for
CfnChannel.AudioLanguageSelectionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.AudioLanguageSelectionProperty.Builder |
builder() |
default String |
getLanguageCode()
Selects a specific three-letter language code from within an audio source.
|
default String |
getLanguageSelectionPolicy()
When set to "strict," the transport stream demux strictly identifies audio streams by their language descriptor.
|
@Stability(value=Stable) @Nullable default String getLanguageCode()
@Stability(value=Stable) @Nullable default String getLanguageSelectionPolicy()
If a PMT update occurs such that an audio stream matching the initially selected language is no longer present, then mute is encoded until the language returns. If set to "loose," then on a PMT update the demux chooses another audio stream in the program with the same stream type if it can't find one with the same language.
@Stability(value=Stable) static CfnChannel.AudioLanguageSelectionProperty.Builder builder()
Copyright © 2022. All rights reserved.