|
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 file path of the current image. | |
| NSString * | imageName |
| Gets the name of the current image. | |
| int | index |
| Gets the index of the current image. | |
Represents information of a 3D avatar image.
Definition at line 457 of file ZoomSDKSettingVideoEffectController.h.
|
readnonatomiccopy |
Gets the file path of the current image.
Definition at line 472 of file ZoomSDKSettingVideoEffectController.h.
|
readnonatomiccopy |
Gets the name of the current image.
Definition at line 477 of file ZoomSDKSettingVideoEffectController.h.
|
readnonatomicassign |
Gets the index of the current image.
Definition at line 482 of file ZoomSDKSettingVideoEffectController.h.
|
readnonatomicassign |
Determines whether it is the most recently used image.
Definition at line 467 of file ZoomSDKSettingVideoEffectController.h.
|
readnonatomicassign |
Determines whether the current image is being used.
Definition at line 462 of file ZoomSDKSettingVideoEffectController.h.