@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
12 lines (11 loc) • 312 B
TypeScript
/**
* Override the color range detected in the input file. If not set the input color range will be automatically detected if possible.
* @export
* @enum {string}
*/
export declare enum InputColorRange {
UNSPECIFIED = "UNSPECIFIED",
MPEG = "MPEG",
JPEG = "JPEG"
}
export default InputColorRange;