video-properties.js 155 Bytes
"use strict";

var VIDEO_PROPERTIES = ['width', 'height', 'profileIdc', 'levelIdc', 'profileCompatibility', 'sarRatio'];
module.exports = VIDEO_PROPERTIES;