BitmovinApiSdk\Models\DashMp4DrmRepresentation

Synopsis

class DashMp4DrmRepresentation extends DashMp4Representation {
  • // members
  • public string $drmId;
  • // Inherited members from DashMp4Representation
  • public string $filePath;
  • public DashOnDemandRepresentationType $type;
  • // Inherited members from BitmovinResponse
  • public string $id;
  • // Inherited methods from DashMp4Representation
  • public void __construct()
  • public $this filePath()
  • public $this type()
  • // 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

Methods

public

Inherited from BitmovinApiSdk\Models\DashMp4Representation

public

  • filePath() — Path to the MP4 file (required)
  • type() — The type of the dash representation

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