#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.
- Note
- If pShareAudioSource is non-null, it indicates sharing user-defined audio at the same time.
◆ 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.
- Note
- The feature is similar to sharing computer audio, except that the shared content is user-defined.