@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
29 lines (28 loc) • 1.18 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InputColorTransfer = void 0;
/**
* @export
* @enum {string}
*/
var InputColorTransfer;
(function (InputColorTransfer) {
InputColorTransfer["UNSPECIFIED"] = "UNSPECIFIED";
InputColorTransfer["BT709"] = "BT709";
InputColorTransfer["GAMMA22"] = "GAMMA22";
InputColorTransfer["GAMMA28"] = "GAMMA28";
InputColorTransfer["SMPTE170M"] = "SMPTE170M";
InputColorTransfer["SMPTE240M"] = "SMPTE240M";
InputColorTransfer["LINEAR"] = "LINEAR";
InputColorTransfer["LOG"] = "LOG";
InputColorTransfer["LOG_SQRT"] = "LOG_SQRT";
InputColorTransfer["IEC61966_2_4"] = "IEC61966_2_4";
InputColorTransfer["BT1361_ECG"] = "BT1361_ECG";
InputColorTransfer["IEC61966_2_1"] = "IEC61966_2_1";
InputColorTransfer["BT2020_10"] = "BT2020_10";
InputColorTransfer["BT2020_12"] = "BT2020_12";
InputColorTransfer["SMPTE2084"] = "SMPTE2084";
InputColorTransfer["SMPTE428"] = "SMPTE428";
InputColorTransfer["ARIB_STD_B67"] = "ARIB_STD_B67";
})(InputColorTransfer || (exports.InputColorTransfer = InputColorTransfer = {}));
exports.default = InputColorTransfer;