BitmovinApiSdk\Models\EsamSignal

Synopsis

class EsamSignal extends ApiResource {
  • // 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

Inherited from BitmovinApiSdk\Common\ApiResource

public