BitmovinApiSdk\Models\TimeSpan
Synopsis
class TimeSpan
extends ApiResource
{
- // methods
- public void __construct()
- public $this from()
- public $this to()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $from — int
- $to — int
Methods
public
- __construct()
- from() — Start offset of the time frame in milliseconds (required)
- to() — End offset of the time frame in milliseconds (required)