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

Inherits <NSObject>.

Properties

BOOL captureAudio
 
AgoraScreenAudioParameters *_Nonnull audioParams
 
BOOL captureVideo
 
AgoraScreenVideoParameters *_Nonnull videoParams
 

Property Documentation

◆ captureAudio

- (BOOL) captureAudio
readwritenonatomicassign

when captureAudio is YES, ReplayKit will push sample buffer with RPSampleBufferTypeAudioApp, default NO.

◆ audioParams

- (AgoraScreenAudioParameters* _Nonnull) audioParams
readwritenonatomicstrong

screen share with audio parameters

◆ captureVideo

- (BOOL) captureVideo
readwritenonatomicassign

when captureVideo is YES, ReplayKit will push sample buffer with RPSampleBufferTypeVideo, default YES.

◆ videoParams

- (AgoraScreenVideoParameters* _Nonnull) videoParams
readwritenonatomicstrong

screen share with video parameters