macOS SDK API Reference
|
#import <ZoomSDKSettingService.h>
Inherits NSObject.
Instance Methods | |
(BOOL) | - is3DAvatarSupportedByDevice |
Determine if the 3D avatar feature is supported by video device. | |
(BOOL) | - is3DAvatarEnabled |
Determine if the 3D avatar feature is enabled. | |
(NSArray< ZoomSDK3DAvatarImageInfo * > *) | - get3DAvatarImageList |
Get the list of the video filter images. | |
(ZoomSDKError) | - set3DAvatarImage: |
Specify an image to be the video filter image. | |
(ZoomSDKSettingTestVideoDeviceHelper *) | - getTestVideoDeviceHelper |
Get the object to test video device. | |
(ZoomSDKVideoLipSyncAvatarPreviewHelper *) | - getLipSyncAvatarPreviewHelper |
Get the object to preview the lip-sync avatar. | |
Protected Attributes | |
ZoomSDKSettingTestVideoDeviceHelper * | settingVideoTestHelper |
ZoomSDKVideoLipSyncAvatarPreviewHelper * | lipsyncAvatarPreviewHelper |
id< ZoomSDK3DAvatarSettingDelegate > | _delegate |
Properties | |
id< ZoomSDK3DAvatarSettingDelegate > | delegate |
Definition at line 1658 of file ZoomSDKSettingService.h.
- (NSArray< ZoomSDK3DAvatarImageInfo * > *) get3DAvatarImageList |
Get the list of the video filter images.
- (ZoomSDKVideoLipSyncAvatarPreviewHelper *) getLipSyncAvatarPreviewHelper |
Get the object to preview the lip-sync avatar.
- (ZoomSDKSettingTestVideoDeviceHelper *) getTestVideoDeviceHelper |
Get the object to test video device.
- (BOOL) is3DAvatarEnabled |
Determine if the 3D avatar feature is enabled.
- (BOOL) is3DAvatarSupportedByDevice |
Determine if the 3D avatar feature is supported by video device.
- (ZoomSDKError) set3DAvatarImage: | (ZoomSDK3DAvatarImageInfo *) | image |
Specify an image to be the video filter image.
image | Specify the image to use. |
|
protected |
Definition at line 1662 of file ZoomSDKSettingService.h.
|
protected |
Definition at line 1661 of file ZoomSDKSettingService.h.
|
protected |
Definition at line 1660 of file ZoomSDKSettingService.h.
|
readwritenonatomicassign |
Definition at line 1664 of file ZoomSDKSettingService.h.