Class CfnChannel.MultiplexM2tsSettingsProperty
Inheritance
Implements
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class MultiplexM2tsSettingsProperty : Object, CfnChannel.IMultiplexM2tsSettingsProperty
Syntax (vb)
Public Class MultiplexM2tsSettingsProperty
Inherits Object
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
Multiplex |
Properties
Constructors
MultiplexM2tsSettingsProperty()
public MultiplexM2tsSettingsProperty()
Properties
AbsentInputAudioBehavior
public string AbsentInputAudioBehavior { get; set; }
Property Value
System.
Remarks
Arib
public string Arib { get; set; }
Property Value
System.
Remarks
AudioBufferModel
public string AudioBufferModel { get; set; }
Property Value
System.
Remarks
AudioFramesPerPes
public Nullable<double> AudioFramesPerPes { get; set; }
Property Value
System.
Remarks
AudioStreamType
public string AudioStreamType { get; set; }
Property Value
System.
Remarks
CcDescriptor
public string CcDescriptor { get; set; }
Property Value
System.
Remarks
Ebif
public string Ebif { get; set; }
Property Value
System.
Remarks
EsRateInPes
public string EsRateInPes { get; set; }
Property Value
System.
Remarks
Klv
public string Klv { get; set; }
Property Value
System.
Remarks
NielsenId3Behavior
public string NielsenId3Behavior { get; set; }
Property Value
System.
Remarks
PcrControl
public string PcrControl { get; set; }
Property Value
System.
Remarks
PcrPeriod
public Nullable<double> PcrPeriod { get; set; }
Property Value
System.
Remarks
Scte35Control
public string Scte35Control { get; set; }
Property Value
System.
Remarks
Scte35PrerollPullupMilliseconds
public Nullable<double> Scte35PrerollPullupMilliseconds { get; set; }
Property Value
System.