Agora RTC Objective-C API Reference  Refactor
Data Fields
DirectCdnStreamingStats Struct Reference

Data Fields

int videoWidth
 
int videoHeight
 
int fps
 
int videoBitrate
 
int audioBitrate
 

Detailed Description

The statistics of the Direct Cdn Streams.

Deprecated:
v4.6.0.

Field Documentation

◆ videoWidth

int videoWidth

Width of the video pushed by rtmp.

◆ videoHeight

int videoHeight

Height of the video pushed by rtmp.

◆ fps

int fps

The frame rate of the video pushed by rtmp.

◆ videoBitrate

int videoBitrate

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

◆ audioBitrate

int audioBitrate

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