|
Meeting SDK for macOS API Reference
|
Represents information of a custom 3D avatar element image. More...
#include <ZoomSDKSettingVideoEffectController.h>
Inherits NSObject.
Properties | |
| ZoomSDKCustom3DAvatarElementImageType | custom3DAvatarElementImageType |
| Gets the type of the current element image. | |
| BOOL | isSelected |
| Determines whether the current element image is being used. | |
| NSString * | imageFilePath |
| Gets the file path of the current element image. | |
| NSString * | imageName |
| Gets the name of the current element image. | |
Represents information of a custom 3D avatar element image.
Definition at line 489 of file ZoomSDKSettingVideoEffectController.h.
|
readnonatomicassign |
Gets the type of the current element image.
Definition at line 494 of file ZoomSDKSettingVideoEffectController.h.
|
readnonatomiccopy |
Gets the file path of the current element image.
Definition at line 504 of file ZoomSDKSettingVideoEffectController.h.
|
readnonatomiccopy |
Gets the name of the current element image.
Definition at line 509 of file ZoomSDKSettingVideoEffectController.h.
|
readnonatomicassign |
Determines whether the current element image is being used.
Definition at line 499 of file ZoomSDKSettingVideoEffectController.h.