iOS SDK API Reference
Loading...
Searching...
No Matches
MobileRTC3DAvatarImageInfo Class Reference

3d avatar image item. More...

#import <MobileRTCMeetingService+Avatar.h>

Inherits NSObject.

Properties

BOOL isSelected
 Determine the usage of current image.
 
NSString * imagePath
 Get the file path of current image.
 
NSString * imageName
 Get the name of current image.
 
NSInteger index
 Get the index of current image.
 

Detailed Description

3d avatar image item.

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

Property Documentation

◆ imageName

- (NSString*) imageName
readwritenonatomiccopy

Get the name of current image.

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

◆ imagePath

- (NSString*) imagePath
readwritenonatomiccopy

Get the file path of current image.

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

◆ index

- (NSInteger) index
readwritenonatomicassign

Get the index of current image.

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

◆ isSelected

- (BOOL) isSelected
readwritenonatomicassign

Determine the usage of current image.

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