#include <rawdata_audio_helper_interface.h>
◆ ~IZoomSDKAudioRawDataHelper()
virtual IZoomSDKAudioRawDataHelper::~IZoomSDKAudioRawDataHelper |
( |
| ) |
|
|
inlinevirtual |
◆ setExternalAudioSource()
Subscribe audio mic raw data with a callback.
- Parameters
-
pSource,Callback | sink object. |
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. To get extended error information, see SDKError enum.
◆ subscribe()
Subscribe raw audio data.
- Parameters
-
pDelegate,the | callback handler of raw audio data. |
bWithInterpreters,if | bWithInterpreters is true, it means that you want to get the raw audio data of interpreters, otherwise not. NOTE: if bWithInterpreters is true, it will cause your local interpreter related functions to be unavailable. |
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise fails. To get extended error information, see SDKError enum.
◆ unSubscribe()
virtual SDKError IZoomSDKAudioRawDataHelper::unSubscribe |
( |
| ) |
|
|
pure virtual |