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

Video filter image information interface. More...

#include <setting_service_interface.h>

Public Member Functions

virtual bool isSelected ()=0
 Determine the usage of current image. More...
 
virtual const wchar_t * GetImageFilePath ()=0
 Get the file path of current image. More...
 
virtual const wchar_t * GetImageName ()=0
 Get the name of current image. More...
 
virtual ZoomSDKVideoEffectType GetType ()=0
 Get the type of current image. More...
 
virtual int GetIndex ()=0
 Get the index of current image. More...
 

Detailed Description

Video filter image information interface.

Member Function Documentation

◆ GetImageFilePath()

virtual const wchar_t* IVideoFilterImageInfo::GetImageFilePath ( )
pure virtual

Get the file path of current image.

Returns
If the function succeeds, the return value is the file path of current image. Otherwise failed, the return value is NULL.

◆ GetImageName()

virtual const wchar_t* IVideoFilterImageInfo::GetImageName ( )
pure virtual

Get the name of current image.

Returns
If the function succeeds, the return value is the name of current image. Otherwise failed, the return value is NULL.

◆ GetIndex()

virtual int IVideoFilterImageInfo::GetIndex ( )
pure virtual

Get the index of current image.

Returns
If the function succeeds, the return value is the index of current image.
Remarks
If select none as video filter, the index value will be -1.

◆ GetType()

virtual ZoomSDKVideoEffectType IVideoFilterImageInfo::GetType ( )
pure virtual

Get the type of current image.

Returns
If the function succeeds, the return value is the type of current image.
Remarks
If select none as video filter, the type value will be ZoomSDKVideoEffectType_None.

◆ isSelected()

virtual bool IVideoFilterImageInfo::isSelected ( )
pure virtual

Determine the usage of current image.

Returns
TRUE indicates that current image is used as the video filter image.

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