Agora C++ API Reference for All Platforms
Loading...
Searching...
No Matches
agora::rtc::DirectCdnStreamingStats Struct Reference

#include <IAgoraRtcEngine.h>

Public Attributes

int videoWidth
 
int videoHeight
 
int fps
 
int videoBitrate
 
int audioBitrate
 

Detailed Description

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.