Class TsProgramClockReferenceConfiguration
TsProgramClockReferenceConfiguration
Inheritance
System.Object
TsProgramClockReferenceConfiguration
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 TsProgramClockReferenceConfiguration
Properties
Interval
An integer value. Nominal time between MPEG Transport Stream PCRs in milliseconds.
Declaration
public int? Interval { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Pid
An integer value. Packet Identifier (PID) for the MPEG Transport Stream PCR. This should generally point to the video stream PID. If it is not explicitly set it will point to the video stream PID if exists, otherwise to the audio stream PID.
Declaration
public int? Pid { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |