Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
MyVideoTouchUpSettings Struct Reference

My video touch up settings. More...

#include <IMeetingVideoHelper.h>

Data Fields

bool isFaceBeautyEnabled = false
 TRUE indicates touch up function is enabled. Otherwise not.
 
int32_t faceBeautyStrength = 0
 The strength of the touch up function. Range is [0, 100].
 

Detailed Description

My video touch up settings.

Definition at line 75 of file IMeetingVideoHelper.h.

Field Documentation

◆ faceBeautyStrength

int32_t MyVideoTouchUpSettings::faceBeautyStrength = 0

The strength of the touch up function. Range is [0, 100].

Definition at line 78 of file IMeetingVideoHelper.h.

◆ isFaceBeautyEnabled

bool MyVideoTouchUpSettings::isFaceBeautyEnabled = false

TRUE indicates touch up function is enabled. Otherwise not.

Definition at line 77 of file IMeetingVideoHelper.h.