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

#include <ZoomSDKSettingService.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- startLipSyncAvatarPreview:
 Start to preview lip-sync avatar.
 
(ZoomSDKError- stopLipSyncAvatarPreview:
 Stop to preview lip-sync avatar.
 

Detailed Description

Definition at line 564 of file ZoomSDKSettingService.h.

Method Documentation

◆ startLipSyncAvatarPreview:

- (ZoomSDKError) startLipSyncAvatarPreview: (NSView *) lipsyncPreview

Start to preview lip-sync avatar.

Parameters
lipsyncPreviewThe view of show lip-sync avatar preview.
Returns
If the function succeeds, it will return ZoomSDKError_Success, otherwise failed.

◆ stopLipSyncAvatarPreview:

- (ZoomSDKError) stopLipSyncAvatarPreview: (NSView *) lipsyncPreview

Stop to preview lip-sync avatar.

Parameters
lipsyncPreviewThe view of show lip-sync avatar preview.
Returns
If the function succeeds, it will return ZoomSDKError_Success, otherwise failed.