Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTC3DAvatarImageInfo Class 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.
 

Detailed Description

3d avatar image item.

Definition at line 15 of file MobileRTCMeetingService+Avatar.h.

Property Documentation

◆ imageName

- (NSString* _Nullable) imageName
readwritenonatomiccopy

Get the name of current image.

Definition at line 29 of file MobileRTCMeetingService+Avatar.h.

◆ imagePath

- (NSString* _Nullable) imagePath
readwritenonatomiccopy

Get the file path of current image.

Definition at line 24 of file MobileRTCMeetingService+Avatar.h.

◆ index

- (NSInteger) index
readwritenonatomicassign

Get the index of current image.

Definition at line 34 of file MobileRTCMeetingService+Avatar.h.

◆ isLastUsed

- (BOOL) isLastUsed
readwritenonatomicassign

Determine if it is the most recently used image.

Definition at line 39 of file MobileRTCMeetingService+Avatar.h.

◆ isSelected

- (BOOL) isSelected
readwritenonatomicassign

Determine the usage of current image.

Definition at line 19 of file MobileRTCMeetingService+Avatar.h.