Imported Upstream version 0.13.2+dsfg1
This commit is contained in:
commit
fb3990e9e5
2036 changed files with 287360 additions and 0 deletions
7
obs/audio-encoders.hpp
Normal file
7
obs/audio-encoders.hpp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include <obs.hpp>
|
||||
|
||||
#include <map>
|
||||
|
||||
const std::map<int, const char*> &GetAACEncoderBitrateMap();
|
||||
const char *GetAACEncoderForBitrate(int bitrate);
|
||||
int FindClosestAvailableAACBitrate(int bitrate);
|
||||
Loading…
Add table
Add a link
Reference in a new issue