@Stability(value=Stable)
public static interface CfnChannel.AudioPidSelectionProperty
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.*;
AudioPidSelectionProperty audioPidSelectionProperty = AudioPidSelectionProperty.builder()
.pid(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.AudioPidSelectionProperty.Builder
A builder for
CfnChannel.AudioPidSelectionProperty |
static class |
CfnChannel.AudioPidSelectionProperty.Jsii$Proxy
An implementation for
CfnChannel.AudioPidSelectionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.AudioPidSelectionProperty.Builder |
builder() |
default Number |
getPid()
Select the audio by this PID.
|
@Stability(value=Stable) @Nullable default Number getPid()
@Stability(value=Stable) static CfnChannel.AudioPidSelectionProperty.Builder builder()
Copyright © 2022. All rights reserved.