BitmovinApiSdk\Models\Accessibility

Synopsis

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

Hierarchy

Members

public

  • $schemeIdUri — string
  • $value — string

Methods

public

  • __construct()
  • schemeIdUri() — The scheme id to use. Please refer to the DASH standard. (required)
  • value() — Can be either list of languages or a complete map of services (or CC channels, in CEA-608 terminology) (required)

Inherited from BitmovinApiSdk\Common\ApiResource

public