UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

14 lines (13 loc) 435 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PixelFormatBitDepth = void 0; /** * @export * @enum {string} */ var PixelFormatBitDepth; (function (PixelFormatBitDepth) { PixelFormatBitDepth["EIGHT_BIT"] = "EIGHT_BIT"; PixelFormatBitDepth["TEN_BIT"] = "TEN_BIT"; })(PixelFormatBitDepth || (exports.PixelFormatBitDepth = PixelFormatBitDepth = {})); exports.default = PixelFormatBitDepth;