Class WebVttConfiguration

Export

WebVttConfiguration

Hierarchy (view full)

Constructors

Properties

appendOptionalZeroHour?: boolean

If set to true, the hours section on webvtt timestamp values will explicitely have zeroes instead of being omitted for values where hours = 0.

Memberof

WebVttConfiguration

createdAt?: Date

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

Memberof

BitmovinResource

cueIdentifierPolicy?: WebVttCueIdentifierPolicy

Memberof

WebVttConfiguration

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

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

ignoreRegion?: boolean

If set to true, the region information of the resulting webvtt file will be omitted. Defaults to false.

Memberof

WebVttConfiguration

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

styling?: WebVttStyling

Memberof

WebVttConfiguration

type: CodecConfigType = CodecConfigType.WEBVTT

Discriminator property for CodecConfiguration

Memberof

WebVttConfiguration

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

Type declaration

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