BitmovinApiSdk\Models\Scte35Cue

Synopsis

class Scte35Cue 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

Methods

public

  • __construct()
  • cueDuration() — Cue out duration in seconds. (required)
  • manifestIds() — The ids of the manifests to update. If this property is not set, all the manifests tied to the encoding are updated.

Inherited from BitmovinApiSdk\Common\ApiResource

public