UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

11 lines (10 loc) 295 B
/** * Specified set of constraints that indicate a degree of required decoder performance for a profile, see: https://en.wikipedia.org/wiki/H.264/MPEG-4_AVC#Levels * @export * @enum {string} */ export declare enum LevelH262 { MAIN = "MAIN", HIGH = "HIGH" } export default LevelH262;