Class CfnChannel.MultiplexM2tsSettingsProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnChannel.MultiplexM2tsSettingsProperty : CfnChannel.IMultiplexM2tsSettingsProperty
Syntax (vb)
Public Class CfnChannel.MultiplexM2tsSettingsProperty Implements CfnChannel.IMultiplexM2tsSettingsProperty
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.AWS.MediaLive;
var multiplexM2tsSettingsProperty = new MultiplexM2tsSettingsProperty {
AbsentInputAudioBehavior = "absentInputAudioBehavior",
Arib = "arib",
AudioBufferModel = "audioBufferModel",
AudioFramesPerPes = 123,
AudioStreamType = "audioStreamType",
CcDescriptor = "ccDescriptor",
Ebif = "ebif",
EsRateInPes = "esRateInPes",
Klv = "klv",
NielsenId3Behavior = "nielsenId3Behavior",
PcrControl = "pcrControl",
PcrPeriod = 123,
Scte35Control = "scte35Control",
Scte35PrerollPullupMilliseconds = 123
};
Synopsis
Constructors
MultiplexM2tsSettingsProperty() |
Properties
Constructors
MultiplexM2tsSettingsProperty()
public MultiplexM2tsSettingsProperty()
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.AWS.MediaLive;
var multiplexM2tsSettingsProperty = new MultiplexM2tsSettingsProperty {
AbsentInputAudioBehavior = "absentInputAudioBehavior",
Arib = "arib",
AudioBufferModel = "audioBufferModel",
AudioFramesPerPes = 123,
AudioStreamType = "audioStreamType",
CcDescriptor = "ccDescriptor",
Ebif = "ebif",
EsRateInPes = "esRateInPes",
Klv = "klv",
NielsenId3Behavior = "nielsenId3Behavior",
PcrControl = "pcrControl",
PcrPeriod = 123,
Scte35Control = "scte35Control",
Scte35PrerollPullupMilliseconds = 123
};
Properties
AbsentInputAudioBehavior
public string? AbsentInputAudioBehavior { get; set; }
Property Value
Remarks
Arib
public string? Arib { get; set; }
Property Value
Remarks
AudioBufferModel
public string? AudioBufferModel { get; set; }
Property Value
Remarks
AudioFramesPerPes
public double? AudioFramesPerPes { get; set; }
Property Value
Remarks
AudioStreamType
public string? AudioStreamType { get; set; }
Property Value
Remarks
CcDescriptor
public string? CcDescriptor { get; set; }
Property Value
Remarks
Ebif
public string? Ebif { get; set; }
Property Value
Remarks
EsRateInPes
public string? EsRateInPes { get; set; }
Property Value
Remarks
Klv
public string? Klv { get; set; }
Property Value
Remarks
NielsenId3Behavior
public string? NielsenId3Behavior { get; set; }
Property Value
Remarks
PcrControl
public string? PcrControl { get; set; }
Property Value
Remarks
PcrPeriod
public double? PcrPeriod { get; set; }
Property Value
Remarks
Scte35Control
public string? Scte35Control { get; set; }
Property Value
Remarks
Scte35PrerollPullupMilliseconds
public double? Scte35PrerollPullupMilliseconds { get; set; }