Interface CfnChannel.AudioTrackProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.AudioTrackProperty.Jsii$Proxy
- Enclosing class:
- CfnChannel
@Stability(Stable)
public static interface CfnChannel.AudioTrackProperty
extends software.amazon.jsii.JsiiSerializable
Information about one audio track to extract. You can select multiple tracks.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.AudioTrackProperty
static final class
An implementation forCfnChannel.AudioTrackProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTrack
1-based integer value that maps to a specific audio track. -
builder
-