|
Meeting SDK for macOS API Reference
|
Helper class for testing video devices. More...
#include <ZoomSDKSettingService.h>
Inherits NSObject.
Instance Methods | |
| (ZoomSDKError) | - SetVideoParentView:VideoContainerRect: |
| Sets the frame of video preview and tells Zoom client the parent view where the video preview is drawn. | |
| (ZoomSDKError) | - StartPreview: |
| Preview user's video. | |
| (ZoomSDKError) | - StartPreview |
| Preview user's video with default camera. | |
| (ZoomSDKError) | - StopPreview |
| Stops previewing user's video. | |
Protected Attributes | |
| id< ZoomSDKSettingVideoDelegate > | _delegate |
Properties | |
| id< ZoomSDKSettingVideoDelegate > | delegate |
| Delegate to receive video device events. | |
Helper class for testing video devices.
Definition at line 193 of file ZoomSDKSettingService.h.
| - (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.
| parentView | The parent view where the video preview will be drawn. |
| containerRect | The frame displaying video preview. |
| - (ZoomSDKError) StartPreview |
Preview user's video with default camera.
References StartPreview.
Referenced by StartPreview, and StartPreview:.
| - (ZoomSDKError) StartPreview: | (NSString *) | deviceID |
Preview user's video.
| deviceID | The ID of camera device. |
ZoomSDKError_Success. Otherwise, this function returns an error. References StartPreview.
| - (ZoomSDKError) StopPreview |
Stops previewing user's video.
References StopPreview.
Referenced by StopPreview.
|
protected |
Definition at line 195 of file ZoomSDKSettingService.h.
|
readwritenonatomicassign |
Delegate to receive video device events.
Definition at line 200 of file ZoomSDKSettingService.h.