BitmovinApiSdk\Models\DashProgressiveWebmRepresentation

Synopsis

class DashProgressiveWebmRepresentation extends DashMuxingRepresentation {
  • // Inherited members from BitmovinResponse
  • public string $id;
  • // Inherited methods from DashRepresentation
  • public void __construct()
  • // Inherited methods from BitmovinResponse
  • public void __construct()
  • // Inherited methods from ApiResource
  • public void __construct()
  • public static $this create()
  • public void toArray()
}

Hierarchy

Members

public

  • $dependencyId — string
  • $discriminatorMapping
  • $discriminatorName
  • $encodingId — string
  • $filePath — string
  • $id — string
  • $muxingId — string

Methods

public

Inherited from BitmovinApiSdk\Models\DashMuxingRepresentation

public

  • dependencyId() — Used to signal a dependency with another representation. The representation may belong to a different adaptation set
  • encodingId() — UUID of an encoding (required)
  • muxingId() — UUID of a muxing (required)

Inherited from BitmovinApiSdk\Common\ApiResource

public