BitmovinApiSdk\Models\Period

Synopsis

class Period extends BitmovinResponse {
  • // Inherited members from BitmovinResponse
  • public string $id;
  • // Inherited methods from BitmovinResponse
  • public void __construct()
  • // Inherited methods from ApiResource
  • public void __construct()
  • public static $this create()
  • public void toArray()
}

Hierarchy

Members

public

  • $duration — float
  • $id — string
  • $start — float

Methods

public

  • __construct()
  • duration() — Duration in seconds.<br/>Please note that the duration of a Period is usually determined by the media contained therein.<br/>Setting the `duration` property to a specific value will override this default behaviour.<br/>Warning: Use at your own risk!
  • start() — Starting time in seconds

Inherited from BitmovinApiSdk\Common\ApiResource

public