2019-04-01 02:10:25 -05:00
|
|
|
#pragma once
|
|
|
|
|
2015-07-02 09:52:59 +02:00
|
|
|
#include <obs.hpp>
|
|
|
|
|
|
|
|
#include <map>
|
|
|
|
|
2022-03-13 07:04:11 -07:00
|
|
|
const std::map<int, std::string> &GetAACEncoderBitrateMap();
|
2015-07-02 09:52:59 +02:00
|
|
|
const char *GetAACEncoderForBitrate(int bitrate);
|
2015-09-21 18:36:26 -07:00
|
|
|
int FindClosestAvailableAACBitrate(int bitrate);
|