Class TimeBasedTrimmingInputStream

Export

TimeBasedTrimmingInputStream

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

duration?: number

Defines how many seconds of the input will be encoded. Not defining or setting it to null indicates that the remaining input (considering offset) will be encoded.

Memberof

TimeBasedTrimmingInputStream

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

inputStreamId?: string

The id of the ingest input stream that should be trimmed

Memberof

TimeBasedTrimmingInputStream

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

offset?: number

Defines the offset in seconds at which the encoding should start, beginning at 0. The frame indicated by this value will be included in the encoding

Memberof

TimeBasedTrimmingInputStream

type: InputStreamType = InputStreamType.TRIMMING_TIME_BASED

Discriminator property for InputStream

Memberof

TimeBasedTrimmingInputStream

_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • CAPTION_CEA608: string
  • CAPTION_CEA708: string
  • CONCATENATION: string
  • DOLBY_ATMOS: string
  • DOLBY_VISION: string
  • DVB_SUBTITLE: string
  • FILE: string
  • INGEST: string
  • SIDECAR_DOLBY_VISION_METADATA: string
  • TRIMMING_H264_PICTURE_TIMING: string
  • TRIMMING_TIME_BASED: string
  • TRIMMING_TIME_CODE_TRACK: string
_discriminatorName: "type" = 'type'