![]()  | 
  
    Mac SDK
    
   | 
 
 Instance Methods | |
| (ZoomSDKSettingTestVideoDeviceHelper *) | - getSettingVideoTestHelper | 
| Get the object to test video device.  More...  | |
| (NSArray *) | - getCameraList | 
| Get the list of camera device.  More... | |
| (ZoomSDKError) | - selectCamera: | 
| Select a camera.  More... | |
| (BOOL) | - isMirrorEffectEnabled | 
| Determine if mirror effect is enabled.  More... | |
| (ZoomSDKError) | - enableMirrorEffect: | 
| Set to enable/disable mirror effect.  More... | |
| (BOOL) | - isBeautyFaceEnabled | 
| Determine if facial beauty effect is enabled.  More... | |
| (ZoomSDKError) | - enableBeautyFace: | 
| Enable/disable facial beauty effect.  More... | |
| (int) | - getBeautyFaceValue | 
| Get beauty face value.  More... | |
| (ZoomSDKError) | - setBeautyFaceValue: | 
| Set beauty face value.  More... | |
| (ZoomSDKError) | - disableVideoJoinMeeting: | 
| Turn off the participant's video when he joins meeting.  More... | |
| (ZoomSDKError) | - displayUserNameOnVideo: | 
| Display/Hide username on the video window.  More... | |
| (ZoomSDKError) | - enableCatchHDVideo: | 
| Enable or disable HD video.  More... | |
| (ZoomSDKError) | - onVideoCaptureOriginalSizeOr16To9: | 
| Set to capture video ratio: original or 16:9.  More... | |
| (ZoomSDKError) | - onSpotlightMyVideoWhenISpeaker: | 
| Enable to spotlight the current user's video in the main interface when he speaks in the meeting.  More... | |
| (ZoomSDKError) | - onDisplayUpTo49InWallView: | 
| Enable or disable to show the participants in Gallery View up to 49 per screen.  More... | |
| (ZoomSDKError) | - hideNoVideoUser: | 
| Enable or disable to hide the non-video participants.  More... | |
| (BOOL) | - isHideNoVideoUser | 
| Determine if non-video participant is hided or not.  More... | |
| (BOOL) | - isCaptureOriginalSize | 
| Query if original size of video is enabled.  More...  | |
| (BOOL) | - isSpotlightMyVideoOn | 
| Determine if it is enabled to spotlight the current user's video.  More... | |
| (BOOL) | - isMuteMyVideoWhenJoinMeetingOn | 
| Determine if the current user's video is muted when he joins meeting.  More... | |
| (BOOL) | - isdisplayUserNameOnVideoOn | 
| Determine if it is enabled to display user's screen name.  More... | |
| (BOOL) | - isCanDisplayUpTo49InWallView | 
| Determine if it is able to display up to 49 participants in video wall mode.  More... | |
| (BOOL) | - isDisplayUpTo49InWallViewOn | 
| Determine whether to display up to 49 participants in video wall mode.  More... | |
| (BOOL) | - isCatchHDVideoOn | 
| Determine if HD video is enabled.  More... | |
| (ZoomSDKSettingVideoLightAdaptionModel) | - getLightAdjustModel: | 
| Determine if adjustion for low light.  More... | |
| (ZoomSDKError) | - setLightAdaptionModel:LightAdaptionManualValue: | 
| Set the way to adjust the low light.  More... | |
| (int) | - getLightAdaptionManualValue: | 
| Get the value of the setted.  More... | |
| (BOOL) | - isHardwareAccelerationForVideoReceiveOn: | 
| Determine whether to hardware acceleration for video receive.  More... | |
| (ZoomSDKError) | - enableHardwareAccelerationForVideoReceive: | 
| Enable or disable hardware acceleration for video receive.  More... | |
| (BOOL) | - isTemporalDeNoiseOn: | 
| Determine whether to de-noise.  More... | |
| (ZoomSDKError) | - enableTemporalDeNoise: | 
| Enable or disable de-noise.  More... | |
Protected Attributes | |
| ZoomSDKSettingTestVideoDeviceHelper * | settingVideoTestHelper | 
| - (ZoomSDKError) disableVideoJoinMeeting: | (BOOL) | disable | 
Turn off the participant's video when he joins meeting.
| disable | YES means that the video is turned off, otherwise not. | 
| - (ZoomSDKError) displayUserNameOnVideo: | (BOOL) | display | 
Display/Hide username on the video window.
| display | YES means showing always username on the video window, otherwise not. | 
| - (ZoomSDKError) enableBeautyFace: | (BOOL) | enable | 
Enable/disable facial beauty effect.
| enable | YES means enabled, No disabled. | 
| - (ZoomSDKError) enableCatchHDVideo: | (BOOL) | enable | 
Enable or disable HD video.
| enable | YES means enabled, NO disabled. | 
| - (ZoomSDKError) enableHardwareAccelerationForVideoReceive: | (BOOL) | enable | 
Enable or disable hardware acceleration for video receive.
| enable | YES means enabled, NO disabled. | 
| - (ZoomSDKError) enableMirrorEffect: | (BOOL) | enable | 
Set to enable/disable mirror effect.
| enable | YES means enabled, No disabled. | 
| - (ZoomSDKError) enableTemporalDeNoise: | (BOOL) | enable | 
Enable or disable de-noise.
| enable | YES means enabled, NO disabled. | 
| - (int) getBeautyFaceValue | 
Get beauty face value.
| - (NSArray*) getCameraList | 
Get the list of camera device.
| - (int) getLightAdaptionManualValue: | (BOOL *) | isDisabled | 
Get the value of the setted.
| isDisabled | YES means only can used setted value,can't modify. | 
| - (ZoomSDKSettingVideoLightAdaptionModel) getLightAdjustModel: | (BOOL *) | isDisabled | 
Determine if adjustion for low light.
| isDisabled | YES means only can used config value,can't modify. | 
| - (ZoomSDKSettingTestVideoDeviceHelper*) getSettingVideoTestHelper | 
Get the object to test video device. 
 
| - (ZoomSDKError) hideNoVideoUser: | (BOOL) | hide | 
Enable or disable to hide the non-video participants.
| hide | YES means hiding, NO means displaying. | 
| - (BOOL) isBeautyFaceEnabled | 
Determine if facial beauty effect is enabled.
| - (BOOL) isCanDisplayUpTo49InWallView | 
Determine if it is able to display up to 49 participants in video wall mode.
| - (BOOL) isCaptureOriginalSize | 
Query if original size of video is enabled. 
 
| - (BOOL) isCatchHDVideoOn | 
Determine if HD video is enabled.
| - (BOOL) isDisplayUpTo49InWallViewOn | 
Determine whether to display up to 49 participants in video wall mode.
| - (BOOL) isdisplayUserNameOnVideoOn | 
Determine if it is enabled to display user's screen name.
| - (BOOL) isHardwareAccelerationForVideoReceiveOn: | (BOOL *) | isDisabled | 
Determine whether to hardware acceleration for video receive.
| isDisabled | YES means only can used config value,can't modify. | 
| - (BOOL) isHideNoVideoUser | 
Determine if non-video participant is hided or not.
| - (BOOL) isMirrorEffectEnabled | 
Determine if mirror effect is enabled.
| - (BOOL) isMuteMyVideoWhenJoinMeetingOn | 
Determine if the current user's video is muted when he joins meeting.
| - (BOOL) isSpotlightMyVideoOn | 
Determine if it is enabled to spotlight the current user's video.
| - (BOOL) isTemporalDeNoiseOn: | (BOOL *) | isDisabled | 
Determine whether to de-noise.
| isDisabled | YES means only can used config value,can't modify. | 
| - (ZoomSDKError) onDisplayUpTo49InWallView: | (BOOL) | enable | 
Enable or disable to show the participants in Gallery View up to 49 per screen.
| enable | YES indicates to show the participants in Gallery View up to 49 per screen, otherwise not. | 
| - (ZoomSDKError) onSpotlightMyVideoWhenISpeaker: | (BOOL) | enable | 
Enable to spotlight the current user's video in the main interface when he speaks in the meeting.
| enable | YES means spotlighting always the current user's video, NO not. | 
| - (ZoomSDKError) onVideoCaptureOriginalSizeOr16To9: | (BOOL) | originalSize | 
Set to capture video ratio: original or 16:9.
| originalSize | YES means original video, NO 16:9. | 
| - (ZoomSDKError) selectCamera: | (NSString *) | deviceID | 
Select a camera.
| deviceID | The ID of camera. | 
| - (ZoomSDKError) setBeautyFaceValue: | (int) | value | 
Set beauty face value.
| value | The value type is int, varies from 0 to 100. | 
| - (ZoomSDKError) setLightAdaptionModel: | (ZoomSDKSettingVideoLightAdaptionModel) | model | |
| LightAdaptionManualValue: | (int) | value | |
Set the way to adjust the low light.
| model | The model to be set. | 
| value | The value type is int, varies from 0 to 255. |