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

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