@Stability(value=Stable)
public static interface CfnChannel.AudioTrackProperty
extends software.amazon.jsii.JsiiSerializable
The parent of this entity is AudioTrackSelection.
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.*;
AudioTrackProperty audioTrackProperty = AudioTrackProperty.builder()
.track(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.AudioTrackProperty.Builder
A builder for
CfnChannel.AudioTrackProperty |
static class |
CfnChannel.AudioTrackProperty.Jsii$Proxy
An implementation for
CfnChannel.AudioTrackProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.AudioTrackProperty.Builder |
builder() |
default Number |
getTrack()
1-based integer value that maps to a specific audio track.
|
@Stability(value=Stable) @Nullable default Number getTrack()
@Stability(value=Stable) static CfnChannel.AudioTrackProperty.Builder builder()
Copyright © 2022. All rights reserved.