BitmovinApiSdk\Models\TimeSpan

Synopsis

class TimeSpan extends ApiResource {
  • // members
  • public int $from;
  • public int $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)

Inherited from BitmovinApiSdk\Common\ApiResource

public