On this page

ZegoScreenCaptureAudioConfig

ZegoScreenCaptureAudioConfig

Screen capture audio config

Declared in ZegoExpressDefines.h

Properties

enableWindowCapture

enableWindowCapture
nonatomic, assign BOOL enableWindowCapture

Whether to capture window sounds. When true, window sounds will be captured if the capture source is a window; otherwise, system sounds will be captured if the capture source is the screen or if false. When true, the excludeProcessID parameter will be ignored. (only for Windows 10 2004 and above versions)

excludeProcessID

excludeProcessID
int excludeProcessID

The process ID to exclude. If system sound capture is enabled, this process's sound can be excluded. Passing in -1 will remove the sound from this process. (Only supports capturing window sounds on Windows 10 2004 and later versions)

Previous

zegoscenestreamconfig

Next

zegoscreencaptureconfig

On this page

Back to top