|
Meeting SDK for macOS API Reference
|
Helper class to control preview of lip-sync avatars. More...
#include <ZoomSDKSettingService.h>
Inherits NSObject.
Instance Methods | |
| (ZoomSDKError) | - startLipSyncAvatarPreview: |
| Start to preview lip-sync avatar. | |
| (ZoomSDKError) | - stopLipSyncAvatarPreview: |
| Stop to preview lip-sync avatar. | |
Helper class to control preview of lip-sync avatars.
Definition at line 769 of file ZoomSDKSettingService.h.
| - (ZoomSDKError) startLipSyncAvatarPreview: | (NSView *) | lipsyncPreview |
Start to preview lip-sync avatar.
| lipsyncPreview | The view of show lip-sync avatar preview. |
| - (ZoomSDKError) stopLipSyncAvatarPreview: | (NSView *) | lipsyncPreview |
Stop to preview lip-sync avatar.
| lipsyncPreview | The view of show lip-sync avatar preview. |