@Stability(value=Stable)
public static interface CfnChannel.AudioTrackSelectionProperty
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.*;
AudioTrackSelectionProperty audioTrackSelectionProperty = AudioTrackSelectionProperty.builder()
.tracks(List.of(AudioTrackProperty.builder()
.track(123)
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.AudioTrackSelectionProperty.Builder
A builder for
CfnChannel.AudioTrackSelectionProperty |
static class |
CfnChannel.AudioTrackSelectionProperty.Jsii$Proxy
An implementation for
CfnChannel.AudioTrackSelectionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.AudioTrackSelectionProperty.Builder |
builder() |
default Object |
getTracks()
Selects one or more unique audio tracks from within a source.
|
@Stability(value=Stable) @Nullable default Object getTracks()
@Stability(value=Stable) static CfnChannel.AudioTrackSelectionProperty.Builder builder()
Copyright © 2022. All rights reserved.