video-properties.js 155 Bytes Raw Blame History Permalink 1 2 3 4 "use strict"; var VIDEO_PROPERTIES = ['width', 'height', 'profileIdc', 'levelIdc', 'profileCompatibility', 'sarRatio']; module.exports = VIDEO_PROPERTIES;