Class IngestInputStream

Export

IngestInputStream

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 an Input resource defining the input storage (required)

Memberof

IngestInputStream

inputPath?: string

Path to an input media file (required)

Memberof

IngestInputStream

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

position?: number

Position of the stream to be selected from the input file (zero-based). Must not be set in combination with selectionMode 'AUTO', defaults to 0 for any other selectionMode.

Memberof

IngestInputStream

selectionMode?: StreamSelectionMode

Specifies the strategy for selecting a stream from the input file

Memberof

IngestInputStream

type: InputStreamType = InputStreamType.INGEST

Discriminator property for InputStream

Memberof

IngestInputStream

_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'