Export

StreamInfo

Hierarchy (view full)

Constructors

Properties

audio?: string

It MUST match the value of the GROUP-ID attribute of an Audio EXT-X-MEDIA tag elsewhere in the Master Playlist. Either this or audioGroups must be set.

Memberof

StreamInfo

HLS Audio Group Configuration. You will want to use this configuration property in case you specify conditions on audio streams. The first matching audio group will be used for the specific variant stream. Either this or audio must be set.

Memberof

StreamInfo

closedCaptions?: string

If the value is not 'NONE', it MUST match the value of the GROUP-ID attribute of a Closed Captions EXT-X-MEDIA tag elsewhere in the Playlist (required)

Memberof

StreamInfo

createdAt?: Date

Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

BitmovinResource

description?: string

Description of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

drmId?: string

Id of the DRM.

Memberof

StreamInfo

encodingId?: string

Id of the encoding. (required)

Memberof

StreamInfo

endSegmentNumber?: number

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

Memberof

StreamInfo

forceFrameRateAttribute?: boolean

Force the addition of the frame rate attribute to all stream infos.

Memberof

StreamInfo

forceVideoRangeAttribute?: boolean

Force the addition of the video-range attribute to all stream infos.

Memberof

StreamInfo

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

modifiedAt?: Date

Modified timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

muxingId?: string

Id of the muxing. (required)

Memberof

StreamInfo

name?: string

Name of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

segmentPath?: string

Path to segments. (required)

Memberof

StreamInfo

startSegmentNumber?: number

Number of the first segment. Default is 0.

Memberof

StreamInfo

streamId?: string

Id of the stream. (required)

Memberof

StreamInfo

subtitles?: string

It MUST match the value of the GROUP-ID attribute of a Subtitles EXT-X-MEDIA tag elsewhere in the Master Playlist

Memberof

StreamInfo

uri?: string

The URI of the playlist file. (required)

Memberof

StreamInfo

video?: string

It MUST match the value of the GROUP-ID attribute of a Video EXT-X-MEDIA tag elsewhere in the Master Playlist

Memberof

StreamInfo