Class DashMp4Representation

Export

DashMp4Representation

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

filePath?: string

Path to the MP4 file (required)

Memberof

DashMp4Representation

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

muxingId?: string

UUID of a muxing (required)

Memberof

DashMuxingRepresentation

The type of the dash representation

Memberof

DashMp4Representation

typeDiscriminator: DashRepresentationTypeDiscriminator = DashRepresentationTypeDiscriminator.MP4

Discriminator property for DashRepresentation

Memberof

DashMp4Representation

_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