Class TimecodeTrackTrimmingInputStream

Export

TimecodeTrackTrimmingInputStream

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

endTimeCode?: string

Defines the timecode, in SMPTE-12M format, of the frame at which the encoding should stop. The frame indicated by this value will be included in the encoding (required)

Memberof

TimecodeTrackTrimmingInputStream

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

inputStreamId?: string

The id of the ingest input stream that should be trimmed (required)

Memberof

TimecodeTrackTrimmingInputStream

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

startTimeCode?: string

Defines the timecode, in SMPTE-12M format, of the frame from which the encoding should start. The frame indicated by this value will be included in the encoding (required)

Memberof

TimecodeTrackTrimmingInputStream

type: InputStreamType = InputStreamType.TRIMMING_TIME_CODE_TRACK

Discriminator property for InputStream

Memberof

TimecodeTrackTrimmingInputStream

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

Type declaration

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