Video SDK for Windows API Reference
Loading...
Searching...
No Matches
IVirtualBackgroundItem Class Referenceabstract

Virtual background item interface. More...

#include <zoom_video_sdk_video_helper_interface.h>

Public Member Functions

virtual const zchar_tgetImageFilePath ()=0
 Get current item image file path.
 
virtual const zchar_tgetImageName ()=0
 Get current item image name.
 
virtual VirtualBackgroundDataType getType ()=0
 Get current item background type.
 
virtual bool canVirtualBackgroundBeDeleted ()=0
 Determine whether the virtual background can be deleted.
 
virtual ~IVirtualBackgroundItem ()
 

Detailed Description

Virtual background item interface.

Definition at line 94 of file zoom_video_sdk_video_helper_interface.h.

Constructor & Destructor Documentation

◆ ~IVirtualBackgroundItem()

virtual IVirtualBackgroundItem::~IVirtualBackgroundItem ( )
inlinevirtual

Definition at line 113 of file zoom_video_sdk_video_helper_interface.h.

113{};

Member Function Documentation

◆ canVirtualBackgroundBeDeleted()

virtual bool IVirtualBackgroundItem::canVirtualBackgroundBeDeleted ( )
pure virtual

Determine whether the virtual background can be deleted.

Returns
True if allow. Otherwise returns false.

◆ getImageFilePath()

virtual const zchar_t * IVirtualBackgroundItem::getImageFilePath ( )
pure virtual

Get current item image file path.

Returns
Current item image file path.

◆ getImageName()

virtual const zchar_t * IVirtualBackgroundItem::getImageName ( )
pure virtual

Get current item image name.

Returns
Current item image name.

◆ getType()

virtual VirtualBackgroundDataType IVirtualBackgroundItem::getType ( )
pure virtual

Get current item background type.

Returns
Current item background type.