Zoom Rooms Controller SDK Reference 6.5.0
|
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... | |
Virtual Background interfaces.
Definition in file IVirtualBackgroundHelper.h.
enum 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.