Agora RTC Objective-C API Reference  Refactor
Properties
AgoraDirectCdnStreamingStats Class Reference

Inherits <NSObject>.

Properties

NSUInteger videoWidth
 
NSUInteger videoHeight
 
NSUInteger fps
 
NSUInteger videoBitrate
 
NSUInteger audioBitrate
 

Detailed Description

The statistics of the Direct Cdn Streams.

Property Documentation

◆ videoWidth

- (NSUInteger) videoWidth
readwritenonatomicassign

Width of the video pushed by rtmp.

◆ videoHeight

- (NSUInteger) videoHeight
readwritenonatomicassign

Height of the video pushed by rtmp.

◆ fps

- (NSUInteger) fps
readwritenonatomicassign

The frame rate of the video pushed by rtmp.

◆ videoBitrate

- (NSUInteger) videoBitrate
readwritenonatomicassign

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

◆ audioBitrate

- (NSUInteger) audioBitrate
readwritenonatomicassign

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