|
Meeting SDK for iOS API 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. | |
Image item property.
Definition at line 12 of file MobileRTCMeetingService+VirtualBackground.h.
|
readwritenonatomicretain |
The image path of the image item. nil for none image item.
Definition at line 26 of file MobileRTCMeetingService+VirtualBackground.h.
|
readwritenonatomicassign |
YES if the current image item is allowed to be deleted. Otherwise, NO.
Definition at line 31 of file MobileRTCMeetingService+VirtualBackground.h.
|
readwritenonatomicassign |
YES if the current image item is being used. Otherwise, NO.
Definition at line 21 of file MobileRTCMeetingService+VirtualBackground.h.
|
readwritenonatomicassign |
The virtual background image type.
Definition at line 16 of file MobileRTCMeetingService+VirtualBackground.h.