Agora Java API Reference for Android
Public Attributes | List of all members
agora::rtc::DirectCdnStreamingStats Struct Reference

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

#include <IAgoraRtcEngine.h>

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 agora::rtc::DirectCdnStreamingStats::videoWidth

The width (px) of the video frame.

◆ videoHeight

int agora::rtc::DirectCdnStreamingStats::videoHeight

The height (px) of the video frame.

◆ fps

int agora::rtc::DirectCdnStreamingStats::fps

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

◆ videoBitrate

int agora::rtc::DirectCdnStreamingStats::videoBitrate

The bitrate (bps) of the current video frame.

◆ audioBitrate

int agora::rtc::DirectCdnStreamingStats::audioBitrate

The bitrate (bps) of the current audio frame.