BitmovinApiSdk\Models\ProgressiveTsMuxingInformationByteRanges
Synopsis
class ProgressiveTsMuxingInformationByteRanges
extends ApiResource
{
- // members
- public int $segmentNumber;
- public int $startBytes;
- public int $endBytes;
- public float $duration;
- // methods
- public void __construct()
- public $this segmentNumber()
- public $this startBytes()
- public $this endBytes()
- public $this duration()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $duration — float
- $endBytes — int
- $segmentNumber — int
- $startBytes — int
Methods
public
- __construct()
- duration() — The duration of the segment in seconds
- endBytes() — The position of the last byte of the segment
- segmentNumber() — Number of the segment (starting at 0) (required)
- startBytes() — The position of the first byte of the segment