Interface CfnMultiplexprogram.MultiplexProgramPacketIdentifiersMapProperty
- All Superinterfaces:
- software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
- CfnMultiplexprogram.MultiplexProgramPacketIdentifiersMapProperty.Jsii$Proxy
- Enclosing class:
- CfnMultiplexprogram
@Stability(Stable)
public static interface CfnMultiplexprogram.MultiplexProgramPacketIdentifiersMapProperty
extends software.amazon.jsii.JsiiSerializable
Packet identifiers map for a given Multiplex program.
 
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.*;
 MultiplexProgramPacketIdentifiersMapProperty multiplexProgramPacketIdentifiersMapProperty = MultiplexProgramPacketIdentifiersMapProperty.builder()
         .audioPids(List.of(123))
         .dvbSubPids(List.of(123))
         .dvbTeletextPid(123)
         .etvPlatformPid(123)
         .etvSignalPid(123)
         .klvDataPids(List.of(123))
         .pcrPid(123)
         .pmtPid(123)
         .privateMetadataPid(123)
         .scte27Pids(List.of(123))
         .scte35Pid(123)
         .timedMetadataPid(123)
         .videoPid(123)
         .build();
 - See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMultiplexprogram.MultiplexProgramPacketIdentifiersMapProperty
- 
Method SummaryMethods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getAudioPids- See Also:
 
- 
getDvbSubPids- See Also:
 
- 
getDvbTeletextPid- See Also:
 
- 
getEtvPlatformPid- See Also:
 
- 
getEtvSignalPid- See Also:
 
- 
getKlvDataPids- See Also:
 
- 
getPcrPid- See Also:
 
- 
getPmtPid- See Also:
 
- 
getPrivateMetadataPid- See Also:
 
- 
getScte27Pids- See Also:
 
- 
getScte35Pid- See Also:
 
- 
getTimedMetadataPid- See Also:
 
- 
getVideoPid- See Also:
 
- 
builder@Stability(Stable) static CfnMultiplexprogram.MultiplexProgramPacketIdentifiersMapProperty.Builder builder()
 
-