AliVCSDK 6.17.0
阿里云音视频SDK,为视频开发者提供一站式接入服务
 
Loading...
Searching...
No Matches
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
See also
com.alivc.live.pusher.AlivcLivePushConfig::setMonitorLevel(AlivcLivePushMonitorLevel)

Definition at line 13 of file AlivcLivePushMonitorLevel.java.

Constructor & Destructor Documentation

◆ AlivcLivePushMonitorLevel()

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

Definition at line 47 of file AlivcLivePushMonitorLevel.java.

Member Function Documentation

◆ getLevel()

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

◆ ALL

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

monitor for all

Note
include statistics info

Definition at line 20 of file AlivcLivePushMonitorLevel.java.

◆ CUT

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

monitor without statistics info

Note
exclude statistics info

Definition at line 27 of file AlivcLivePushMonitorLevel.java.

◆ NONE

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

do not monitor statistics info

Definition at line 32 of file AlivcLivePushMonitorLevel.java.