yolobs-studio/UI/audio-encoders.hpp

10 lines
210 B
C++
Raw Normal View History

2019-07-27 12:47:10 +00:00
#pragma once
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);