AliVCSDK  4.5.1
阿里云音视频SDK,为视频开发者提供一站式接入服务
com.alivc.live.pusher.AlivcLivePushMonitorLevel Enum Reference

Live push monitor level. More...

Public Member Functions

int getLevel ()
 
 AlivcLivePushMonitorLevel (int level)
 

Public Attributes

 ALL =(0)
 
 CUT =(1)
 
 NONE =(2)
 

Detailed Description

Live push monitor level.

Author
baorunchen
Note
The SDK monitors quality statistics, this can specify simplified monitoring information for embedded scenarios
Call Example
mAlivcLivePushConfig.setMonitorLevel(AlivcLivePushMonitorLevel.ALL);
See also
com.alivc.live.pusher.AlivcLivePushConfig::setMonitorLevel(AlivcLivePushMonitorLevel)

Definition at line 13 of file AlivcLivePushMonitorLevel.java.

Member Function Documentation

int com.alivc.live.pusher.AlivcLivePushMonitorLevel.getLevel ( )

Get the value of monitor level

Returns
level value

Definition at line 43 of file AlivcLivePushMonitorLevel.java.

Member Data Documentation

com.alivc.live.pusher.AlivcLivePushMonitorLevel.ALL =(0)

monitor for all

Note
include statistics info

Definition at line 20 of file AlivcLivePushMonitorLevel.java.

com.alivc.live.pusher.AlivcLivePushMonitorLevel.CUT =(1)

monitor without statistics info

Note
exclude statistics info

Definition at line 27 of file AlivcLivePushMonitorLevel.java.

com.alivc.live.pusher.AlivcLivePushMonitorLevel.NONE =(2)

do not monitor statistics info

Definition at line 32 of file AlivcLivePushMonitorLevel.java.