Class DashFmp4DrmRepresentation

Export

DashFmp4DrmRepresentation

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

drmId?: string

DRM Id (required)

Memberof

DashFmp4DrmRepresentation

encodingId?: string

UUID of an encoding (required)

Memberof

DashMuxingRepresentation

endKeyframeId?: string

Id of the keyframe to end with. It takes precedence over endSegmentNumber. The segment containing the end keyframe is not included in the representation.

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. It takes precedence over startSegmentNumber

Memberof

DashSegmentedRepresentation

startSegmentNumber?: number

Number of the first segment

Memberof

DashSegmentedRepresentation

Memberof

DashSegmentedRepresentation

typeDiscriminator: DashRepresentationTypeDiscriminator = DashRepresentationTypeDiscriminator.DRM_FMP4

Discriminator property for DashRepresentation

Memberof

DashFmp4DrmRepresentation

_discriminatorMapping: {
    [key: string]: string;
} = ...

Type declaration

  • [key: string]: string
_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'