mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
12 lines
157 B
JavaScript
12 lines
157 B
JavaScript
var VIDEO_PROPERTIES = [
|
|
'width',
|
|
'height',
|
|
'profileIdc',
|
|
'levelIdc',
|
|
'profileCompatibility',
|
|
'sarRatio'
|
|
];
|
|
|
|
|
|
module.exports = VIDEO_PROPERTIES;
|