Export

HlsManifest

Hierarchy (view full)

Constructors

Properties

channelsAttributeForAudio?: ChannelsAttributeForAudio

Controls the behaviour of the CHANNELS attribute for the EXT-X-VERSION tag

Memberof

HlsManifest

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

hlsMasterPlaylistVersion?: HlsVersion

If this is set, the EXT-X-VERSION tag of the Master Playlist is set to the provided version

Memberof

HlsManifest

hlsMediaPlaylistVersion?: HlsVersion

If this is set, the EXT-X-VERSION tags of the Media Playlists are set to the provided version

Memberof

HlsManifest

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

manifestName?: string

The filename of your manifest. If this is not set, the name is used as output file name. Either one of name or manifestName is required. Be aware that spaces will be replaced with underlines (_) on the output.

Memberof

HlsManifest

modifiedAt?: Date

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

Memberof

BitmovinResource

name?: string

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

Memberof

BitmovinResource

outputs?: EncodingOutput[]

The outputs to store the manifest (required)

Memberof

Manifest

status?: Status

Current status

Memberof

Manifest

targetDurationRoundingMode?: HlsTargetDurationRoundingMode

The rounding applied to target duration. Two possible rouding modes exist: NORMAL_ROUNDING, when the target duration is rounded to the nearest integer, or UPWARDS_ROUNDING, when the target duration is rounded to the highest integer.

Memberof

HlsManifest

Memberof

Manifest