Show / Hide Table of Contents

Class BroadcastTsVideoInputStreamConfiguration

BroadcastTsVideoInputStreamConfiguration

Inheritance
System.Object
BroadcastTsInputStreamConfiguration
BroadcastTsVideoInputStreamConfiguration
Inherited Members
BroadcastTsInputStreamConfiguration.StreamId
BroadcastTsInputStreamConfiguration.PacketIdentifier
BroadcastTsInputStreamConfiguration.StartWithDiscontinuityIndicator
BroadcastTsInputStreamConfiguration.AlignPes
BroadcastTsInputStreamConfiguration.SetRaiOnAu
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class BroadcastTsVideoInputStreamConfiguration : BroadcastTsInputStreamConfiguration

Properties

InsertAccessUnitDelimiterInAvc

If true, add access unit delimiters (AUD) to AVC stream if AUD is missing from input elementary stream.

Declaration
public bool? InsertAccessUnitDelimiterInAvc { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

MaxDecodeDelay

Maximum Decoder Delay in 90 KHz cycles. When non-zero, the difference between the PCR and the DTS for each picture as it is inserted into the output transport stream is limited to this number of 90 KHz cycles. Values below 1000 are treated as 0 and ignored. Valid Range [0, 1000-900000]

Declaration
public int? MaxDecodeDelay { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
Back to top Generated by DocFX