Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
IVirtualBackgroundHelper.h File Reference

Virtual Background interfaces. More...

#include "ZRCSDKTypes.h"

Go to the source code of this file.

Data Structures

struct  VirtualBackgroundItem
 Virtual background item. More...
 
struct  VirtualBackgroundOptions
 Virtual background options. More...
 
class  IVirtualBackgroundHelperSink
 Virtual background helper event callback. More...
 
class  IVirtualBackgroundHelper
 Virtual background helper interface. More...
 

Enumerations

enum  VBResourceType { RESOURCE_TYPE_IMAGE = 0 , RESOURCE_TYPE_VIDEO = 1 }
 Virtual background resource type. Here are more detailed structural descriptions. More...
 

Detailed Description

Virtual Background interfaces.

Since
Added in ZRC SDK 6.0.0

Definition in file IVirtualBackgroundHelper.h.

Enumeration Type Documentation

◆ VBResourceType

Virtual background resource type. Here are more detailed structural descriptions.

Enumerator
RESOURCE_TYPE_IMAGE 

Indicates a image virtual background.

RESOURCE_TYPE_VIDEO 

Indicates a video virtual background.

Definition at line 17 of file IVirtualBackgroundHelper.h.

18{
21};
@ RESOURCE_TYPE_VIDEO
Indicates a video virtual background.
@ RESOURCE_TYPE_IMAGE
Indicates a image virtual background.