添加音频和视频缓冲区配置支持
This commit is contained in:
@@ -10,8 +10,12 @@ class Config {
|
||||
configs["appendLogging"] = "false";
|
||||
configs["loggingFile"] = "";
|
||||
configs["loggingLevel"] = "info";
|
||||
configs["audioBuffer"] = "0";
|
||||
configs["videoBuffer"] = "0";
|
||||
}
|
||||
bool Load(std::string path);
|
||||
bool IsAppendLogging();
|
||||
int LoggingLevel();
|
||||
uint32_t AudioBuffer();
|
||||
uint32_t VideoBuffer();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user