12 lines
157 B
JavaScript
12 lines
157 B
JavaScript
var VIDEO_PROPERTIES = [
|
|
'width',
|
|
'height',
|
|
'profileIdc',
|
|
'levelIdc',
|
|
'profileCompatibility',
|
|
'sarRatio'
|
|
];
|
|
|
|
|
|
module.exports = VIDEO_PROPERTIES;
|