Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
io.agora.rtc2.DirectCdnStreamingStats Class Reference

The statistics of the current CDN streaming. More...

Public Member Functions

 DirectCdnStreamingStats (int videoWidth, int videoHeight, int fps, int videoBitrate, int audioBitrate)
 
String toString ()
 

Public Attributes

int videoWidth
 
int videoHeight
 
int fps
 
int videoBitrate
 
int audioBitrate
 

Detailed Description

The statistics of the current CDN streaming.

Deprecated:
v4.6.0.

Member Data Documentation

◆ videoWidth

int io.agora.rtc2.DirectCdnStreamingStats.videoWidth

The width (px) of the video frame.

◆ videoHeight

int io.agora.rtc2.DirectCdnStreamingStats.videoHeight

The height (px) of the video frame.

◆ fps

int io.agora.rtc2.DirectCdnStreamingStats.fps

The frame rate (fps) of the current video frame.

◆ videoBitrate

int io.agora.rtc2.DirectCdnStreamingStats.videoBitrate

The bitrate (bps) of the current video frame.

◆ audioBitrate

int io.agora.rtc2.DirectCdnStreamingStats.audioBitrate

The bitrate (bps) of the current audio frame.