UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

14 lines (13 loc) 454 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.H264DynamicRangeFormat = void 0; /** * Ouput should be in Standard Definition Range (SDR). * @export * @enum {string} */ var H264DynamicRangeFormat; (function (H264DynamicRangeFormat) { H264DynamicRangeFormat["SDR"] = "SDR"; })(H264DynamicRangeFormat || (exports.H264DynamicRangeFormat = H264DynamicRangeFormat = {})); exports.default = H264DynamicRangeFormat;