BitmovinApiSdk\Models\EsamSignal
Synopsis
class EsamSignal
extends ApiResource
{
- // members
- public string $offset;
- public string $binary;
- public string $interval;
- public string $end;
- // methods
- public void __construct()
- public $this offset()
- public $this binary()
- public $this interval()
- public $this end()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $binary — string
- $end — string
- $interval — string
- $offset — string
Methods
public
- __construct()
- binary() — Base64-encoded SCTE-35 binary data to be inserted into the stream (required)
- end() — End duration in ISO 8601 duration format when a repeated signal should stop being repeated
- interval() — Interval in ISO 8601 duration format for which the signal should be repeated. A signal may be specified as repeating when the interval and end attributes are present. In this case, the signal is executed at the time specified by offset and again at the time specified by adding interval to offset. This should be continued until reaching the duration of offset + end.
- offset() — The offset from the matched signal in ISO 8601 duration format, accurate to milliseconds