UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

25 lines (24 loc) 1.09 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InputStreamType = void 0; /** * @export * @enum {string} */ var InputStreamType; (function (InputStreamType) { InputStreamType["INGEST"] = "INGEST"; InputStreamType["CONCATENATION"] = "CONCATENATION"; InputStreamType["TRIMMING_TIME_BASED"] = "TRIMMING_TIME_BASED"; InputStreamType["TRIMMING_TIME_CODE_TRACK"] = "TRIMMING_TIME_CODE_TRACK"; InputStreamType["TRIMMING_H264_PICTURE_TIMING"] = "TRIMMING_H264_PICTURE_TIMING"; InputStreamType["SIDECAR_DOLBY_VISION_METADATA"] = "SIDECAR_DOLBY_VISION_METADATA"; InputStreamType["AUDIO_MIX"] = "AUDIO_MIX"; InputStreamType["FILE"] = "FILE"; InputStreamType["CAPTION_CEA608"] = "CAPTION_CEA608"; InputStreamType["CAPTION_CEA708"] = "CAPTION_CEA708"; InputStreamType["DVB_SUBTITLE"] = "DVB_SUBTITLE"; InputStreamType["DOLBY_ATMOS"] = "DOLBY_ATMOS"; InputStreamType["DOLBY_VISION"] = "DOLBY_VISION"; })(InputStreamType || (exports.InputStreamType = InputStreamType = {})); exports.default = InputStreamType;