forked from jchomaz/Vulture
Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
10
VApp/node_modules/mux.js/lib/constants/audio-properties.js
generated
vendored
Normal file
10
VApp/node_modules/mux.js/lib/constants/audio-properties.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
// constants
|
||||
var AUDIO_PROPERTIES = [
|
||||
'audioobjecttype',
|
||||
'channelcount',
|
||||
'samplerate',
|
||||
'samplingfrequencyindex',
|
||||
'samplesize'
|
||||
];
|
||||
|
||||
module.exports = AUDIO_PROPERTIES;
|
||||
11
VApp/node_modules/mux.js/lib/constants/video-properties.js
generated
vendored
Normal file
11
VApp/node_modules/mux.js/lib/constants/video-properties.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
var VIDEO_PROPERTIES = [
|
||||
'width',
|
||||
'height',
|
||||
'profileIdc',
|
||||
'levelIdc',
|
||||
'profileCompatibility',
|
||||
'sarRatio'
|
||||
];
|
||||
|
||||
|
||||
module.exports = VIDEO_PROPERTIES;
|
||||
Reference in New Issue
Block a user