yolobs-studio/UI/audio-encoders.hpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
211 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>
2019-09-22 21:19:10 +00:00
const std::map<int, const char *> &GetAACEncoderBitrateMap();
2016-02-23 23:16:51 +00:00
const char *GetAACEncoderForBitrate(int bitrate);
int FindClosestAvailableAACBitrate(int bitrate);