/** * 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;