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

Deprecated:
v4.6.0.

Property Documentation

◆ videoWidth

- (NSUInteger) videoWidth
readwritenonatomicassign

The width (px) of the video frame.

◆ videoHeight

- (NSUInteger) videoHeight
readwritenonatomicassign

The height (px) of the video frame.

◆ fps

- (NSUInteger) fps
readwritenonatomicassign

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

◆ videoBitrate

- (NSUInteger) videoBitrate
readwritenonatomicassign

The bitrate (bps) of the current video frame.

◆ audioBitrate

- (NSUInteger) audioBitrate
readwritenonatomicassign

The bitrate (bps) of the current audio frame.