|
Meeting SDK for macOS API Reference
|
Represents information of a 3D avatar image. More...
#include <ZoomSDKSettingVideoEffectController.h>
Inherits NSObject.
Properties | |
| BOOL | isSelected |
| Determines whether the current image is being used. | |
| BOOL | isLastUsed |
| Determines whether it is the most recently used image. | |
| NSString * | imageFilePath |
| Gets the current image's file path. | |
| NSString * | imageName |
| Gets the current image's name. | |
| int | index |
| Gets the current image's index. | |
Represents information of a 3D avatar image.
Definition at line 19 of file ZoomSDKSettingVideoEffectController.h.
|
readnonatomiccopy |
Gets the current image's file path.
Definition at line 34 of file ZoomSDKSettingVideoEffectController.h.
|
readnonatomiccopy |
Gets the current image's name.
Definition at line 39 of file ZoomSDKSettingVideoEffectController.h.
|
readnonatomicassign |
Gets the current image's index.
Definition at line 44 of file ZoomSDKSettingVideoEffectController.h.
|
readnonatomicassign |
Determines whether it is the most recently used image.
Definition at line 29 of file ZoomSDKSettingVideoEffectController.h.
|
readnonatomicassign |
Determines whether the current image is being used.
Definition at line 24 of file ZoomSDKSettingVideoEffectController.h.