Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCAudioRawDataHelper Class Reference

#import <MobileRTCAudioRawDataHelper.h>

Inherits NSObject.

Instance Methods

(instancetype _Nonnull) - initWithDelegate:
 Call the function to initialize MobileRTCAudioRawDataHelper.
 
(MobileRTCRawDataError- subscribe
 Call the function to start audio rawdata.
 
(MobileRTCRawDataError- unSubscribe
 Call the function to stop audio rawdata.
 

Detailed Description

Definition at line 11 of file MobileRTCAudioRawDataHelper.h.

Method Documentation

◆ initWithDelegate:

- (instancetype _Nonnull) initWithDelegate: (id< MobileRTCAudioRawDataDelegate >_Nonnull)  delegate

Call the function to initialize MobileRTCAudioRawDataHelper.

Parameters
delegateSpecify the delegate to receive the callback.
Returns
The MobileRTCAudioRawDataHelper object.

◆ subscribe

- (MobileRTCRawDataError) subscribe

Call the function to start audio rawdata.

◆ unSubscribe

- (MobileRTCRawDataError) unSubscribe

Call the function to stop audio rawdata.