Class DashSegmentedRepresentation

Export

DashSegmentedRepresentation

Hierarchy (view full)

Constructors

Properties

dependencyId?: string

Used to signal a dependency with another representation. The representation may belong to a different adaptation set

Memberof

DashMuxingRepresentation

encodingId?: string

UUID of an encoding (required)

Memberof

DashMuxingRepresentation

endKeyframeId?: string

Id of the Keyframe to end with

Memberof

DashSegmentedRepresentation

endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded

Memberof

DashSegmentedRepresentation

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

Memberof

DashSegmentedRepresentation

muxingId?: string

UUID of a muxing (required)

Memberof

DashMuxingRepresentation

segmentPath?: string

Path to segments. Will be used as the representation id if the type is set to TEMPLATE_ADAPTATION_SET (required)

Memberof

DashSegmentedRepresentation

startKeyframeId?: string

Id of the Keyframe to start with

Memberof

DashSegmentedRepresentation

startSegmentNumber?: number

Number of the first segment

Memberof

DashSegmentedRepresentation

Memberof

DashSegmentedRepresentation

_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

  • CHUNKED_TEXT: string
  • CMAF: string
  • CONTENT_PROTECTION: string
  • DRM_FMP4: string
  • DRM_MP4: string
  • FMP4: string
  • IMSC: string
  • MP4: string
  • PROGRESSIVE_WEBM: string
  • SPRITE: string
  • VTT: string
  • WEBM: string
_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'

Generated using TypeDoc