yolobs-studio/UI/audio-encoders.hpp

8 lines
196 B
C++
Raw Normal View History

2016-02-23 23:16:51 +00:00
#include <obs.hpp>
#include <map>
const std::map<int, const char*> &GetAACEncoderBitrateMap();
const char *GetAACEncoderForBitrate(int bitrate);
int FindClosestAvailableAACBitrate(int bitrate);