LiteAVSDK
腾讯云音视频 SDK ,服务于数万家企业客户的高可用组件,致力于最大限度地节省您的研发成本。
V2TXLivePremier

详细描述


结构体说明

◆ com::tencent::live2::V2TXLivePremier::V2TXLivePremierObserver

class com::tencent::live2::V2TXLivePremier::V2TXLivePremierObserver

Public 成员函数

void onLog (int level, String log)
 
void onLicenceLoaded (int result, String reason)
 

成员函数说明

◆ onLicenceLoaded()

void onLicenceLoaded ( int  result,
String  reason 
)
inline

setLicence 接口回调

参数
result设置 licence 结果 0 成功,负数失败
reason设置 licence 失败原因

◆ onLog()

void onLog ( int  level,
String  log 
)
inline

自定义 Log 输出回调接口

◆ com::tencent::live2::V2TXLivePremier

class com::tencent::live2::V2TXLivePremier

静态 Public 成员函数

static String getSDKVersionStr ()
 
static void setObserver (V2TXLivePremierObserver observer)
 
static void setLogConfig (V2TXLiveDef.V2TXLiveLogConfig config)
 
static void setEnvironment (String env)
 
static void setLicence (Context context, String url, String key)
 
static void setSocks5Proxy (String host, int port, String username, String password)
 

成员函数说明

◆ getSDKVersionStr()

static String getSDKVersionStr ( )
inlinestatic

获取 SDK 版本号

◆ setEnvironment()

static void setEnvironment ( String  env)
inlinestatic

设置 SDK 接入环境

注意
如您的应用无特殊需求,请不要调用此接口进行设置。
参数
env目前支持 “default” 和 “GDPR” 两个参数
  • default:默认环境,SDK 会在全球寻找最佳接入点进行接入。
  • GDPR:所有音视频数据和质量统计数据都不会经过中国大陆地区的服务器。

◆ setLicence()

static void setLicence ( Context  context,
String  url,
String  key 
)
inlinestatic

设置 SDK 的授权 License

文档地址:https://cloud.tencent.com/document/product/454/34750

参数
context
urllicence的地址
keylicence的秘钥

◆ setLogConfig()

static void setLogConfig ( V2TXLiveDef.V2TXLiveLogConfig  config)
inlinestatic

设置 Log 的配置信息

◆ setObserver()

static void setObserver ( V2TXLivePremierObserver  observer)
inlinestatic

设置 V2TXLivePremier 回调接口

◆ setSocks5Proxy()

static void setSocks5Proxy ( String  host,
int  port,
String  username,
String  password 
)
inlinestatic

设置 SDK sock5 代理配置

参数
hostsock5 代理服务器的地址
portsock5 代理服务器的端口
usernamesock5 代理服务器的验证的用户名
passwordsock5 代理服务器的验证的密码