Mac SDK
Instance Methods | List of all members
<ZoomSDKVirtualBackgroundSettingDelegate> Protocol Reference
Inheritance diagram for <ZoomSDKVirtualBackgroundSettingDelegate>:

Instance Methods

(void) - onVBImageDidDownloaded:
 Notify the default virtual background image have been downloaded from web. More...
 
(void) - onGreenVBDidUpdateWithReplaceColor:
 Notify the virtual background was updated with selected color. More...
 
(void) - onSelectedVBImageChanged
 Notify the selected virtual background image has been changed, user can get the new selected image through image list.
 
(void) - onVBVideoUploadedResult:failedError:
 Notify the result of adding video virtual background. More...
 
(void) - onVideoFilterItemDataDownloaded:index:
 Notify the default video fiter item have been downloaded from web. More...
 
(void) - onVideoFilterItemDataNeedPrepare:index:
 Notify the video fiter item need do some preparing before applied to video.
 
(void) - onVideoFilterItemDataReady:type:index:
 Notify the video fiter item data is ready. More...
 

Method Documentation

◆ onGreenVBDidUpdateWithReplaceColor:

- (void) onGreenVBDidUpdateWithReplaceColor: (NSColor *)  selectedColor
optional

Notify the virtual background was updated with selected color.

Parameters
selectedColorThe selected color.

◆ onVBImageDidDownloaded:

- (void) onVBImageDidDownloaded: (NSString *)  filePath
optional

Notify the default virtual background image have been downloaded from web.

Parameters
filePathThe path of the file.

◆ onVBVideoUploadedResult:failedError:

- (void) onVBVideoUploadedResult: (BOOL)  success
failedError: (ZoomSDKSettingVBVideoError)  error 
optional

Notify the result of adding video virtual background.

Parameters
successYES means is successfully added, otherwise not.
errorIf failed adding the video virtual background, the error will be notified.

◆ onVideoFilterItemDataDownloaded:index:

- (void) onVideoFilterItemDataDownloaded: (ZoomSDKVideoEffectType)  type
index: (int)  index 
optional

Notify the default video fiter item have been downloaded from web.

Parameters
typeThe type of the video fiter item.
indexThe index of the video fiter item.

◆ onVideoFilterItemDataReady:type:index:

- (void) onVideoFilterItemDataReady: (BOOL)  ready
type: (ZoomSDKVideoEffectType)  type
index: (int)  index 
optional

Notify the video fiter item data is ready.

Parameters
readyYES means is ready, otherwise not.
typeThe type of the video fiter item.
indexThe index of the video fiter item.

The documentation for this protocol was generated from the following file: