iOS SDK API Reference
Loading...
Searching...
No Matches
MobileRTCAudioSourceHelper Class Reference

#import <MobileRTCAudioSourceHelper.h>

Inherits NSObject.

Instance Methods

(MobileRTCRawDataError- setExternalAudioSource:
 Set the delegate of virtual audio source.
 

Detailed Description

Definition at line 12 of file MobileRTCAudioSourceHelper.h.

Method Documentation

◆ setExternalAudioSource:

- (MobileRTCRawDataError) setExternalAudioSource: (id< MobileRTCAudioSourceDelegate > _Nullable)  audioSourceDelegate

Set the delegate of virtual audio source.

Parameters
audioSourceDelegateThe delegate to receive callback.
Returns
If the function succeeds, it will return MobileRTCRawDataSuccess.