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

Helper to subscribe or unsubscribe audio raw data. More...

#include <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

Helper to subscribe or unsubscribe audio raw data.

Definition at line 15 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.