Class DolbyVisionInputStream

Export

DolbyVisionInputStream

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

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

inputId?: string

Id of input (required)

Memberof

DolbyVisionInputStream

metadataInputPath?: string

Path to Dolby Vision Metadata file. This field is required when the metadata is not embedded in the video input file.

Memberof

DolbyVisionInputStream

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

type: InputStreamType = InputStreamType.DOLBY_VISION

Discriminator property for InputStream

Memberof

DolbyVisionInputStream

videoInputPath?: string

Path to Dolby Vision input video file. (required)

Memberof

DolbyVisionInputStream

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

Type declaration

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