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
 YES if the current image is selected. Otherwise, NO.
 
NSString *_Nullable imagePath
 The file path of the current image.
 
NSString *_Nullable imageName
 The name of the current image.
 
NSInteger index
 The index of the current image.
 
BOOL isLastUsed
 YES if it is the most recently used image. Otherwise, NO.
 

Detailed Description

3d avatar image item.

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

Property Documentation

◆ imageName

- (NSString* _Nullable) imageName
readwritenonatomiccopy

The name of the current image.

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

◆ imagePath

- (NSString* _Nullable) imagePath
readwritenonatomiccopy

The file path of the current image.

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

◆ index

- (NSInteger) index
readwritenonatomicassign

The index of the current image.

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

◆ isLastUsed

- (BOOL) isLastUsed
readwritenonatomicassign

YES if it is the most recently used image. Otherwise, NO.

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

◆ isSelected

- (BOOL) isSelected
readwritenonatomicassign

YES if the current image is selected. Otherwise, NO.

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