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

Image item property. More...

#include <MobileRTCMeetingService+VirtualBackground.h>

Inherits NSObject.

Properties

MobileRTCVBType vbType
 virtual background image type.
 
BOOL isSelect
 Current using image item if yes.
 
NSString *_Nullable imagePath
 Image path of image item, nil for none image item.
 
BOOL isAllowDelete
 Current using image item allow to be deleted if yes.
 

Detailed Description

Image item property.

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

Property Documentation

◆ imagePath

- (NSString* _Nullable) imagePath
readwritenonatomicretain

Image path of image item, nil for none image item.

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

◆ isAllowDelete

- (BOOL) isAllowDelete
readwritenonatomicassign

Current using image item allow to be deleted if yes.

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

◆ isSelect

- (BOOL) isSelect
readwritenonatomicassign

Current using image item if yes.

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

◆ vbType

- (MobileRTCVBType) vbType
readwritenonatomicassign

virtual background image type.

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