Send your own raw audio data.
More...
#include <MobileRTCMeetingDelegate.h>
Inherits <NSObject>.
Send your own raw audio data.
- Note
- The MobileRTCAudioSourceDelegate protocol is required in the custom meeting UI view.
Definition at line 1748 of file MobileRTCMeetingDelegate.h.
◆ onDeviceInitialize:
Virtual audio source to do some initialization.
- Parameters
-
rawdataSender | A pointer of audio sender object. |
◆ onDeviceUninitialize
- (void) onDeviceUninitialize |
|
|
|
|
optionalrequired |
Virtual audio source is uninitialized.
◆ onStartSendData
The virtual audio source can send raw data with 'rawdataSender'.
◆ onStopSendData
The virtual audio source should stop sending raw data.