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 |
This method is used to set the frame of video preview and tell Zoom client the parent view where the video preview will be 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 will return ZoomSDKError_Success, otherwise failed.
◆ StartPreview
Preview user's video with default camera.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success, otherwise failed.
◆ StartPreview:
Preview user's video.
- Parameters
-
deviceID | The ID of camera device. |
- Returns
- If the function succeeds, it will return
ZoomSDKError_Success
, otherwise failed.
- Deprecated
- This method is no longer used.
◆ StopPreview
Stop previewing user's video.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success, otherwise failed.
◆ _delegate
◆ delegate