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
 The virtual background image type.
 
BOOL isSelect
 YES if the current image item is being used. Otherwise, NO.
 
NSString *_Nullable imagePath
 The image path of the image item. nil for none image item.
 
BOOL isAllowDelete
 YES if the current image item is allowed to be deleted. Otherwise, NO.
 

Detailed Description

Image item property.

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

Property Documentation

◆ imagePath

- (NSString* _Nullable) imagePath
readwritenonatomicretain

The image path of the image item. nil for none image item.

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

◆ isAllowDelete

- (BOOL) isAllowDelete
readwritenonatomicassign

YES if the current image item is allowed to be deleted. Otherwise, NO.

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

◆ isSelect

- (BOOL) isSelect
readwritenonatomicassign

YES if the current image item is being used. Otherwise, NO.

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

◆ vbType

- (MobileRTCVBType) vbType
readwritenonatomicassign

The virtual background image type.

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