A file that is added to an encoding. The size limit for a sidecar file is 10 MB

Export

SidecarFile

Hierarchy (view full)

Constructors

Properties

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

errorMode?: SidecarErrorMode

This defines how errors should be handled

Memberof

SidecarFile

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

inputId?: string

Id of input (required)

Memberof

SidecarFile

inputPath?: string

Path to sidecar file (required)

Memberof

SidecarFile

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[]

Memberof

SidecarFile

_discriminatorMapping: {
    WEB_VTT: string;
} = ...

Type declaration

  • WEB_VTT: string
_discriminatorName: "type" = 'type'

Generated using TypeDoc