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 12 of file MobileRTCMeetingService+Avatar.h.
|
readwritenonatomiccopy |
Get the name of current image.
Definition at line 26 of file MobileRTCMeetingService+Avatar.h.
|
readwritenonatomiccopy |
Get the file path of current image.
Definition at line 21 of file MobileRTCMeetingService+Avatar.h.
|
readwritenonatomicassign |
Get the index of current image.
Definition at line 31 of file MobileRTCMeetingService+Avatar.h.
|
readwritenonatomicassign |
Determine if it is the most recently used image.
Definition at line 36 of file MobileRTCMeetingService+Avatar.h.
|
readwritenonatomicassign |
Determine the usage of current image.
Definition at line 16 of file MobileRTCMeetingService+Avatar.h.