Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCCustom3DAvatarElementImageInfo Class Reference

Custom 3D avatar element image information. More...

#include <MobileRTCCustom3DAvatarElementSettingContext.h>

Inherits NSObject.

Properties

MobileRTCCustom3DAvatarElementImageType elementImageType
 Get the type of current element image.
BOOL isSelected
 Determine if the current item is being used.
NSString *_Nullable imageFilePath
 Get the file path of the current image.
NSString *_Nullable imageName
 Get the name of the current image.

Detailed Description

Custom 3D avatar element image information.

Definition at line 34 of file MobileRTCCustom3DAvatarElementSettingContext.h.

Property Documentation

◆ elementImageType

- (MobileRTCCustom3DAvatarElementImageType) elementImageType
readwritenonatomicassign

Get the type of current element image.

Definition at line 39 of file MobileRTCCustom3DAvatarElementSettingContext.h.

◆ imageFilePath

- (NSString* _Nullable) imageFilePath
readwritenonatomiccopy

Get the file path of the current image.

Definition at line 49 of file MobileRTCCustom3DAvatarElementSettingContext.h.

◆ imageName

- (NSString* _Nullable) imageName
readwritenonatomiccopy

Get the name of the current image.

Definition at line 54 of file MobileRTCCustom3DAvatarElementSettingContext.h.

◆ isSelected

- (BOOL) isSelected
readwritenonatomicassign

Determine if the current item is being used.

Definition at line 44 of file MobileRTCCustom3DAvatarElementSettingContext.h.