Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKVideoLipSyncAvatarPreviewHelper Class Reference

Helper class to control preview of lip-sync avatars. More...

#include <ZoomSDKSettingService.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- startLipSyncAvatarPreview:
 Starts to preview lip-sync avatar.
 
(ZoomSDKError- stopLipSyncAvatarPreview:
 Stops to preview lip-sync avatar.
 

Detailed Description

Helper class to control preview of lip-sync avatars.

Definition at line 769 of file ZoomSDKSettingService.h.

Method Documentation

◆ startLipSyncAvatarPreview:

- (ZoomSDKError) startLipSyncAvatarPreview: (NSView *) lipsyncPreview

Starts to preview lip-sync avatar.

Parameters
lipsyncPreviewThe view of show lip-sync avatar preview.
Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

◆ stopLipSyncAvatarPreview:

- (ZoomSDKError) stopLipSyncAvatarPreview: (NSView *) lipsyncPreview

Stops to preview lip-sync avatar.

Parameters
lipsyncPreviewThe view of show lip-sync avatar preview.
Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.