BitmovinApiSdk\Models\DashChunkedTextRepresentation

Synopsis

class DashChunkedTextRepresentation extends DashSegmentedRepresentation {
  • // 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

Methods

Inherited from BitmovinApiSdk\Models\DashSegmentedRepresentation

public

  • endKeyframeId() — Id of the keyframe to end with. It takes precedence over endSegmentNumber. The segment containing the end keyframe is not included in the representation.
  • endSegmentNumber() — Number of the last segment. Default is the last one that was encoded
  • mode() — mode
  • segmentPath() — Path to segments. Will be used as the representation id if the type is set to TEMPLATE_ADAPTATION_SET (required)
  • startKeyframeId() — Id of the keyframe to start with. It takes precedence over startSegmentNumber
  • startSegmentNumber() — Number of the first segment
  • type() — type

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