AliVCSDK  6.0.0
阿里云音视频SDK,为视频开发者提供一站式接入服务
com.alivc.live.player.AlivcLivePlayerStatsInfo Class Reference

Live play statistics info. More...

Public Member Functions

String toString ()
 

Public Attributes

String userId = ""
 
String channelId = ""
 
int videoWidth = 0
 
int videoHeight = 0
 
int decodeFps = 0
 
int renderFps = 0
 
int videoBitrate = 0
 
int audioBitrate = 0
 
int audioLossRate = 0
 
int lossRate = 0
 

Detailed Description

Live play statistics info.

Author
baorunchen
Date
2023/3/10
See also
com.alivc.live.player.AlivcLivePlayInfoListener::onPlayerStatistics(AlivcLivePlayerStatsInfo)

Definition at line 13 of file AlivcLivePlayerStatsInfo.java.

Member Data Documentation

int com.alivc.live.player.AlivcLivePlayerStatsInfo.audioBitrate = 0

audio bitrate

Note
kbps

Definition at line 57 of file AlivcLivePlayerStatsInfo.java.

int com.alivc.live.player.AlivcLivePlayerStatsInfo.audioLossRate = 0

audio loss rate

Definition at line 62 of file AlivcLivePlayerStatsInfo.java.

String com.alivc.live.player.AlivcLivePlayerStatsInfo.channelId = ""

channel id

Definition at line 23 of file AlivcLivePlayerStatsInfo.java.

int com.alivc.live.player.AlivcLivePlayerStatsInfo.decodeFps = 0

decode FPS

Definition at line 38 of file AlivcLivePlayerStatsInfo.java.

int com.alivc.live.player.AlivcLivePlayerStatsInfo.lossRate = 0

loss rate

Definition at line 67 of file AlivcLivePlayerStatsInfo.java.

int com.alivc.live.player.AlivcLivePlayerStatsInfo.renderFps = 0

render FPS

Definition at line 43 of file AlivcLivePlayerStatsInfo.java.

String com.alivc.live.player.AlivcLivePlayerStatsInfo.userId = ""

user id

Definition at line 18 of file AlivcLivePlayerStatsInfo.java.

int com.alivc.live.player.AlivcLivePlayerStatsInfo.videoBitrate = 0

video bitrate

Note
kbps

Definition at line 50 of file AlivcLivePlayerStatsInfo.java.

int com.alivc.live.player.AlivcLivePlayerStatsInfo.videoHeight = 0

video height

Definition at line 33 of file AlivcLivePlayerStatsInfo.java.

int com.alivc.live.player.AlivcLivePlayerStatsInfo.videoWidth = 0

video width

Definition at line 28 of file AlivcLivePlayerStatsInfo.java.