AliVCSDK 6.17.0
阿里云音视频SDK,为视频开发者提供一站式接入服务
 
载入中...
搜索中...
未找到
com.alivc.live.pusher.AlivcLivePushConstants.Topic 枚举类型参考

Public 成员函数

 Topic (String value, int index)
 
String getValue ()
 
int getIndex ()
 

Public 属性

 action =("action", 0)
 
 event =("event", 1)
 
 error =("error", 2)
 
 biz =("biz", 3)
 

详细描述

log report related

related to 'NativeTopic' from cpp.

在文件 AlivcLivePushConstants.java552 行定义.

构造及析构函数说明

◆ Topic()

com.alivc.live.pusher.AlivcLivePushConstants.Topic.Topic ( String  value,
int  index 
)

在文件 AlivcLivePushConstants.java561 行定义.

成员函数说明

◆ getIndex()

int com.alivc.live.pusher.AlivcLivePushConstants.Topic.getIndex ( )

在文件 AlivcLivePushConstants.java569 行定义.

◆ getValue()

String com.alivc.live.pusher.AlivcLivePushConstants.Topic.getValue ( )

在文件 AlivcLivePushConstants.java565 行定义.

类成员变量说明

◆ action

com.alivc.live.pusher.AlivcLivePushConstants.Topic.action =("action", 0)

在文件 AlivcLivePushConstants.java553 行定义.

◆ biz

com.alivc.live.pusher.AlivcLivePushConstants.Topic.biz =("biz", 3)

在文件 AlivcLivePushConstants.java556 行定义.

◆ error

com.alivc.live.pusher.AlivcLivePushConstants.Topic.error =("error", 2)

在文件 AlivcLivePushConstants.java555 行定义.

◆ event

com.alivc.live.pusher.AlivcLivePushConstants.Topic.event =("event", 1)

在文件 AlivcLivePushConstants.java554 行定义.