ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
IVideoFilterSettingContextEvent Class Referenceabstract

Video filter context Callback Event. More...

#include <setting_service_interface.h>

Public Member Functions

virtual void onVideoFilterItemDataDownloaded (ZoomSDKVideoEffectType type, int index)=0
 Callback event of notification that the thumbnail of the video filter item has been download. More...
 
virtual void onVideoFilterItemDataNeedPrepare (ZoomSDKVideoEffectType type, int index)=0
 Callback event of notification that the selected video filter item needs to download. More...
 
virtual void onVideoFilterItemDataReady (bool bSuccess, ZoomSDKVideoEffectType type, int index)=0
 Callback event of notification that the selected video filter item whether has been downloaded successfully. More...
 

Detailed Description

Video filter context Callback Event.

Member Function Documentation

◆ onVideoFilterItemDataDownloaded()

virtual void IVideoFilterSettingContextEvent::onVideoFilterItemDataDownloaded ( ZoomSDKVideoEffectType  type,
int  index 
)
pure virtual

Callback event of notification that the thumbnail of the video filter item has been download.

Parameters
typeThe type of the video filter item.
indexThe index of the video filter item.

◆ onVideoFilterItemDataNeedPrepare()

virtual void IVideoFilterSettingContextEvent::onVideoFilterItemDataNeedPrepare ( ZoomSDKVideoEffectType  type,
int  index 
)
pure virtual

Callback event of notification that the selected video filter item needs to download.

Parameters
typeThe type of the selected video filter item.
indexThe index of the selected video filter item.

◆ onVideoFilterItemDataReady()

virtual void IVideoFilterSettingContextEvent::onVideoFilterItemDataReady ( bool  bSuccess,
ZoomSDKVideoEffectType  type,
int  index 
)
pure virtual

Callback event of notification that the selected video filter item whether has been downloaded successfully.

Parameters
typeThe type of the selected video filter item.
indexThe index of the selected video filter item.
bSuccessTRUE indicates the selected video filter item has been downloaded successfully.

The documentation for this class was generated from the following file: