Meeting SDK for iOS API Reference
|
3d avatar image item. More...
#include <MobileRTCMeetingService+Avatar.h>
Inherits NSObject.
Properties | |
BOOL | isSelected |
Determine the usage of current image. | |
NSString *_Nullable | imagePath |
Get the file path of current image. | |
NSString *_Nullable | imageName |
Get the name of current image. | |
NSInteger | index |
Get the index of current image. | |
BOOL | isLastUsed |
Determine if it is the most recently used image. | |
3d avatar image item.
Definition at line 15 of file MobileRTCMeetingService+Avatar.h.
|
readwritenonatomiccopy |
Get the name of current image.
Definition at line 29 of file MobileRTCMeetingService+Avatar.h.
|
readwritenonatomiccopy |
Get the file path of current image.
Definition at line 24 of file MobileRTCMeetingService+Avatar.h.
|
readwritenonatomicassign |
Get the index of current image.
Definition at line 34 of file MobileRTCMeetingService+Avatar.h.
|
readwritenonatomicassign |
Determine if it is the most recently used image.
Definition at line 39 of file MobileRTCMeetingService+Avatar.h.
|
readwritenonatomicassign |
Determine the usage of current image.
Definition at line 19 of file MobileRTCMeetingService+Avatar.h.