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

#include <IAgoraRtcEngine.h>

Public Attributes

int videoWidth
 
int videoHeight
 
int fps
 
int videoBitrate
 
int audioBitrate
 

Detailed Description

The statistics of the Direct Cdn Streams.

Member Data Documentation

◆ videoWidth

int agora::rtc::DirectCdnStreamingStats::videoWidth

Width of the video pushed by rtmp.

◆ videoHeight

int agora::rtc::DirectCdnStreamingStats::videoHeight

Height of the video pushed by rtmp.

◆ fps

int agora::rtc::DirectCdnStreamingStats::fps

The frame rate of the video pushed by rtmp.

◆ videoBitrate

int agora::rtc::DirectCdnStreamingStats::videoBitrate

Real-time bit rate of the video streamed by rtmp.

◆ audioBitrate

int agora::rtc::DirectCdnStreamingStats::audioBitrate

Real-time bit rate of the audio pushed by rtmp.