Class CfnMultiplexprogramPropsMixin.MultiplexProgramPacketIdentifiersMapProperty
Packet identifiers map for a given Multiplex program.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaLive
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnMultiplexprogramPropsMixin.MultiplexProgramPacketIdentifiersMapProperty : CfnMultiplexprogramPropsMixin.IMultiplexProgramPacketIdentifiersMapProperty
Syntax (vb)
Public Class CfnMultiplexprogramPropsMixin.MultiplexProgramPacketIdentifiersMapProperty Implements CfnMultiplexprogramPropsMixin.IMultiplexProgramPacketIdentifiersMapProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.MediaLive;
var multiplexProgramPacketIdentifiersMapProperty = new MultiplexProgramPacketIdentifiersMapProperty {
AudioPids = new [] { 123 },
DvbSubPids = new [] { 123 },
DvbTeletextPid = 123,
EtvPlatformPid = 123,
EtvSignalPid = 123,
KlvDataPids = new [] { 123 },
PcrPid = 123,
PmtPid = 123,
PrivateMetadataPid = 123,
Scte27Pids = new [] { 123 },
Scte35Pid = 123,
TimedMetadataPid = 123,
VideoPid = 123
};
Synopsis
Constructors
| MultiplexProgramPacketIdentifiersMapProperty() | Packet identifiers map for a given Multiplex program. |
Properties
| AudioPids | Packet identifiers map for a given Multiplex program. |
| DvbSubPids | Packet identifiers map for a given Multiplex program. |
| DvbTeletextPid | Packet identifiers map for a given Multiplex program. |
| EtvPlatformPid | Packet identifiers map for a given Multiplex program. |
| EtvSignalPid | Packet identifiers map for a given Multiplex program. |
| KlvDataPids | Packet identifiers map for a given Multiplex program. |
| PcrPid | Packet identifiers map for a given Multiplex program. |
| PmtPid | Packet identifiers map for a given Multiplex program. |
| PrivateMetadataPid | Packet identifiers map for a given Multiplex program. |
| Scte27Pids | Packet identifiers map for a given Multiplex program. |
| Scte35Pid | Packet identifiers map for a given Multiplex program. |
| TimedMetadataPid | Packet identifiers map for a given Multiplex program. |
| VideoPid | Packet identifiers map for a given Multiplex program. |
Constructors
MultiplexProgramPacketIdentifiersMapProperty()
Packet identifiers map for a given Multiplex program.
public MultiplexProgramPacketIdentifiersMapProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.MediaLive;
var multiplexProgramPacketIdentifiersMapProperty = new MultiplexProgramPacketIdentifiersMapProperty {
AudioPids = new [] { 123 },
DvbSubPids = new [] { 123 },
DvbTeletextPid = 123,
EtvPlatformPid = 123,
EtvSignalPid = 123,
KlvDataPids = new [] { 123 },
PcrPid = 123,
PmtPid = 123,
PrivateMetadataPid = 123,
Scte27Pids = new [] { 123 },
Scte35Pid = 123,
TimedMetadataPid = 123,
VideoPid = 123
};
Properties
AudioPids
Packet identifiers map for a given Multiplex program.
public object? AudioPids { get; set; }
Property Value
Remarks
DvbSubPids
Packet identifiers map for a given Multiplex program.
public object? DvbSubPids { get; set; }
Property Value
Remarks
DvbTeletextPid
Packet identifiers map for a given Multiplex program.
public double? DvbTeletextPid { get; set; }
Property Value
Remarks
EtvPlatformPid
Packet identifiers map for a given Multiplex program.
public double? EtvPlatformPid { get; set; }
Property Value
Remarks
EtvSignalPid
Packet identifiers map for a given Multiplex program.
public double? EtvSignalPid { get; set; }
Property Value
Remarks
KlvDataPids
Packet identifiers map for a given Multiplex program.
public object? KlvDataPids { get; set; }
Property Value
Remarks
PcrPid
Packet identifiers map for a given Multiplex program.
public double? PcrPid { get; set; }
Property Value
Remarks
PmtPid
Packet identifiers map for a given Multiplex program.
public double? PmtPid { get; set; }
Property Value
Remarks
PrivateMetadataPid
Packet identifiers map for a given Multiplex program.
public double? PrivateMetadataPid { get; set; }
Property Value
Remarks
Scte27Pids
Packet identifiers map for a given Multiplex program.
public object? Scte27Pids { get; set; }
Property Value
Remarks
Scte35Pid
Packet identifiers map for a given Multiplex program.
public double? Scte35Pid { get; set; }
Property Value
Remarks
TimedMetadataPid
Packet identifiers map for a given Multiplex program.
public double? TimedMetadataPid { get; set; }
Property Value
Remarks
VideoPid
Packet identifiers map for a given Multiplex program.
public double? VideoPid { get; set; }