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

Inherits <NSObject>.

Properties

CGSize dimensions
 
NSInteger frameRate
 
NSInteger bitrate
 
AgoraVideoContentHint contentHint
 

Property Documentation

◆ dimensions

- (CGSize) dimensions
readwritenonatomicassign

The video encoding dimension. The default value is 1280 × 720.

◆ frameRate

- (NSInteger) frameRate
readwritenonatomicassign

The video encoding frame rate (fps). The default value is 15.

◆ bitrate

- (NSInteger) bitrate
readwritenonatomicassign

The video encoding bitrate (Kbps).

◆ contentHint

- (AgoraVideoContentHint) contentHint
readwritenonatomicassign

The content hint for screen sharing. See AgoraVideoContentHint.