8 lines
196 B
C++
8 lines
196 B
C++
|
#include <obs.hpp>
|
||
|
|
||
|
#include <map>
|
||
|
|
||
|
const std::map<int, const char*> &GetAACEncoderBitrateMap();
|
||
|
const char *GetAACEncoderForBitrate(int bitrate);
|
||
|
int FindClosestAvailableAACBitrate(int bitrate);
|