class liteav::V2TXLivePremier |
静态 Public 成员函数 | |
static const char * | getSDKVersionStr () |
static void | setObserver (V2TXLivePremierObserver *observer) |
static int32_t | setLogConfig (const V2TXLiveLogConfig &config) |
static int32_t | setEnvironment (const char *env) |
static int32_t | setSocks5Proxy (const char *host, unsigned short port, const char *username, const char *password) |
static int32_t | enableAudioCaptureObserver (bool enable, const V2TXLiveAudioFrameObserverFormat &format) |
|
static |
开启/关闭对音频采集数据的监听回调(可读写)
enable | 是否开启。 【默认值】:false |
format | 设置回调出的 AudioFrame 的格式 |
|
static |
获取 SDK 版本号
|
static |
设置 SDK 接入环境
env | 目前支持 “default” 和 “GDPR” 两个参数
|
|
static |
设置 Log 的配置信息
|
static |
设置 V2TXLivePremier 回调接口
|
static |
设置 SDK sock5 代理配置
host | sock5 代理服务器的地址 |
port | sock5 代理服务器的端口 |
username | sock5 代理服务器的验证的用户名 |
password | sock5 代理服务器的验证的密码 |
class liteav::V2TXLivePremierObserver |
Public 成员函数 | |
virtual | ~V2TXLivePremierObserver () |
virtual void | onLog (V2TXLiveLogLevel level, const char *log) |
virtual void | onCaptureAudioFrame (V2TXLiveAudioFrame *frame) |
|
inlinevirtual |
|
inlinevirtual |
本地麦克风采集到的音频数据回调
frame | 音频数据 |
|
inlinevirtual |
自定义 Log 输出回调接口
#define MODULE_CPP_V2TXLIVE_PREMIER_H_ |