/**
* 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}
*/exportdeclareenumLevelH262 {
MAIN = "MAIN",
HIGH = "HIGH"
}
exportdefaultLevelH262;