Class BroadcastTsProgramConfiguration
BroadcastTsProgramConfiguration
Inheritance
System.Object
BroadcastTsProgramConfiguration
Inherited Members
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 BroadcastTsProgramConfiguration
Properties
InsertProgramClockRefOnPes
Insert Program Clock References (PCRs) on all packetized elemementary stream packets. When false, indicates that PCRs should be inserted on every PES header. This parameter is effective only when the PCR packet identifier is the same as a video or audio elementary stream.
Declaration
public bool? InsertProgramClockRefOnPes { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
PidForPMT
An integer value. Packet identifier (PID) to use for Program Map Table (PMT). Recommended value is 2 x programNumber.
Declaration
public int? PidForPMT { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ProgramClockRefInterval
Interval between Program Clock References (PCRs) in milliseconds. Defines the period between PCR fields inserted in the stream. The default value is 90ms.
Declaration
public int? ProgramClockRefInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ProgramNumber
An integer value. Value for program_number field in Program Map Table (PMT). The value zero is reserved for the NIT PID entry in the PAT.
Declaration
public int? ProgramNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |