Meeting SDK for iOS API 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. | |
Helper to subscribe or unsubscribe audio raw data.
Definition at line 15 of file MobileRTCAudioRawDataHelper.h.
- (instancetype _Nonnull) initWithDelegate: | (id< MobileRTCAudioRawDataDelegate >_Nonnull) | delegate |
Call the function to initialize MobileRTCAudioRawDataHelper.
delegate | Specify the delegate to receive the callback. |
- (MobileRTCRawDataError) subscribe |
Call the function to start audio rawdata.
- (MobileRTCRawDataError) unSubscribe |
Call the function to stop audio rawdata.