AliVCSDK 6.17.0
阿里云音视频SDK,为视频开发者提供一站式接入服务
 
Loading...
Searching...
No Matches
com.alivc.live.pusher.AlivcLivePushConstants.Topic Enum Reference

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 547 of file AlivcLivePushConstants.java.

Constructor & Destructor Documentation

◆ Topic()

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

Definition at line 556 of file AlivcLivePushConstants.java.

Member Function Documentation

◆ getIndex()

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

Definition at line 564 of file AlivcLivePushConstants.java.

◆ getValue()

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

Definition at line 560 of file AlivcLivePushConstants.java.

Member Data Documentation

◆ action

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

Definition at line 548 of file AlivcLivePushConstants.java.

◆ biz

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

Definition at line 551 of file AlivcLivePushConstants.java.

◆ error

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

Definition at line 550 of file AlivcLivePushConstants.java.

◆ event

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

Definition at line 549 of file AlivcLivePushConstants.java.