UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

11 lines (10 loc) 282 B
/** * Configures what kind of dynamic range the output should conform to. Can be used to convert from SDR to HLG, from HLG to SDR. * @export * @enum {string} */ export declare enum Vp9DynamicRangeFormat { HLG = "HLG", SDR = "SDR" } export default Vp9DynamicRangeFormat;