Class Cea708CaptionInputStream

Export

Cea708CaptionInputStream

Hierarchy (view full)

Constructors

Properties

channel?: number

The channel number of the subtitle on the respective stream position. Must not be smaller than 1 (required)

Memberof

Cea708CaptionInputStream

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 the Input (required)

Memberof

Cea708CaptionInputStream

inputPath?: string

Path to media file (required)

Memberof

Cea708CaptionInputStream

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.CAPTION_CEA708

Discriminator property for InputStream

Memberof

Cea708CaptionInputStream

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

Type declaration

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