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

image item property More...

#import <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.
 

Detailed Description

image item property

Definition at line 14 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 28 of file MobileRTCMeetingService+VirtualBackground.h.

◆ isSelect

- (BOOL) isSelect
readwritenonatomicassign

current using image item if yes.

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

◆ vbType

- (MobileRTCVBType) vbType
readwritenonatomicassign

virtual background image type.

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