macOS SDK API Reference
Loading...
Searching...
No Matches
ZoomSDKAudioRawDataHelper Class Reference

#import <ZoomSDKRawDataController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- subscribe
 Start the audio raw data process.
 
(ZoomSDKError- unSubscribe
 Stop the audio raw data process.
 

Protected Attributes

id< ZoomSDKAudioRawDataDelegate_delegate
 

Properties

id< ZoomSDKAudioRawDataDelegatedelegate
 

Detailed Description

Definition at line 66 of file ZoomSDKRawDataController.h.

Method Documentation

◆ subscribe

- (ZoomSDKError) subscribe

Start the audio raw data process.

Returns
If the function succeeds, it will return ZoomSDKError_Success, otherwise not.

◆ unSubscribe

- (ZoomSDKError) unSubscribe

Stop the audio raw data process.

Returns
If the function succeeds, it will return ZoomSDKError_Success, otherwise not.

Field Documentation

◆ _delegate

- (id<ZoomSDKAudioRawDataDelegate>) _delegate
protected

Definition at line 68 of file ZoomSDKRawDataController.h.

Property Documentation

◆ delegate

- (id<ZoomSDKAudioRawDataDelegate>) delegate
readwritenonatomicassign

Definition at line 70 of file ZoomSDKRawDataController.h.