Class SubtitlesMediaInfo

Export

SubtitlesMediaInfo

Hierarchy (view full)

Constructors

Properties

assocLanguage?: string

Identifies a language that is associated with the Rendition.

Memberof

BasicMediaInfo

autoselect?: boolean

If set to true, the client MAY choose to play this Rendition in the absence of explicit user preference.

Memberof

BasicMediaInfo

characteristics?: string[]

Contains Uniform Type Identifiers

Memberof

BasicMediaInfo

drmId?: string

Id of the DRM.

Memberof

SegmentsMediaInfo

encodingId?: string

Id of the encoding. (required)

Memberof

SegmentsMediaInfo

endSegmentNumber?: number

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

Memberof

SegmentsMediaInfo

forced?: boolean

A value of true indicates that the Rendition contains content which is considered essential to play.

Memberof

SubtitlesMediaInfo

groupId?: string

The value is a quoted-string which specifies the group to which the Rendition belongs. (required)

Memberof

BasicMediaInfo

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

isDefault?: boolean

If set to true, the client SHOULD play this Rendition of the content in the absence of information from the user.

Memberof

BasicMediaInfo

language?: string

Primary language in the rendition.

Memberof

BasicMediaInfo

muxingId?: string

Id of the muxing. (required)

Memberof

SegmentsMediaInfo

name?: string

Human readable description of the rendition. (required)

Memberof

BasicMediaInfo

segmentPath?: string

Path to segments. (required)

Memberof

SegmentsMediaInfo

startSegmentNumber?: number

Number of the first segment. Default is 0.

Memberof

SegmentsMediaInfo

streamId?: string

Id of the stream. (required)

Memberof

SegmentsMediaInfo

uri?: string

The URI of the Rendition (required)

Memberof

StandardMediaInfo

Generated using TypeDoc