BitmovinApiSdk\Models\TsProgramClockReferenceConfiguration
Synopsis
class TsProgramClockReferenceConfiguration
extends ApiResource
{
- // methods
- public void __construct()
- public $this pid()
- public $this interval()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $interval — int
- $pid — int
Methods
public
- __construct()
- interval() — An integer value. Nominal time between MPEG Transport Stream PCRs in milliseconds.
- 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.