#include <rawdata_share_source_helper_interface.h>
◆ ~IZoomSDKShareSourceHelper()
virtual IZoomSDKShareSourceHelper::~IZoomSDKShareSourceHelper |
( |
| ) |
|
|
inlinevirtual |
◆ setExternalShareSource()
Start sharing external source.
- Parameters
-
pShareSource | the external source object pointer. |
pShareAudioSource | the external audio source object pointer. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise the function fails and returns an error code. To get extended error information, see SDKError enum.
◆ setSharePureAudioSource()
Start sharing pure external audio source.
- Parameters
-
pShareAudioSource | the external audio source object pointer. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise the function fails and returns an error code. To get extended error information, see SDKError enum.