BitmovinApiSdk\Models\StreamFilter

Synopsis

class StreamFilter extends ApiResource {
  • // Inherited methods from ApiResource
  • public void __construct()
  • public static $this create()
  • public void toArray()
}

Hierarchy

Members

public

  • $id — string
  • $position — int

Methods

public

  • __construct()
  • id() — The id of the filter that should be used in the stream (required)
  • position() — Defines the order in which filters are applied. Filters are applied in ascending order. (required)

Inherited from BitmovinApiSdk\Common\ApiResource

public