Helper class for testing video devices.
More...
#include <ZoomSDKSettingService.h>
Inherits NSObject.
Helper class for testing video devices.
Definition at line 192 of file ZoomSDKSettingService.h.
◆ SetVideoParentView:VideoContainerRect:
| - (ZoomSDKError) SetVideoParentView: |
|
(NSView *) | parentView |
| VideoContainerRect: |
|
(NSRect) | containerRect |
Sets the frame of video preview and tells Zoom client the parent view where the video preview is drawn.
- Parameters
-
| parentView | The parent view where the video preview will be drawn. |
| containerRect | The frame displaying video preview. |
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ StartPreview
Preview user's video with default camera.
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ StartPreview:
Preview user's video.
- Parameters
-
| deviceID | The ID of camera device. |
- Returns
- If the function succeeds, it returns
ZoomSDKError_Success. Otherwise, this function returns an error.
- Deprecated
- This method is no longer used.
◆ StopPreview
Stops previewing user's video.
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ _delegate
◆ delegate