Mac SDK
Instance Methods | Protected Attributes | Properties | List of all members
ZoomSDKSettingTestVideoDeviceHelper Class Reference
Inheritance diagram for ZoomSDKSettingTestVideoDeviceHelper:

Instance Methods

(ZoomSDKError) - SetVideoParentView:VideoContainerRect:
 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. More...
 
(ZoomSDKError) - StartPreview:
 Preview user's video. More...
 
(ZoomSDKError) - StopPreview
 Stop previewing user's video. More...
 

Protected Attributes

id< ZoomSDKSettingVideoDelegate_delegate
 

Properties

id< ZoomSDKSettingVideoDelegatedelegate
 

Method Documentation

◆ 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
parentViewThe parent view where the video preview will be drawn.
containerRectThe frame displaying video preview.
Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise failed.

◆ StartPreview:

- (ZoomSDKError) StartPreview: (NSString *)  deviceID

Preview user's video.

Parameters
deviceIDThe ID of camera device.
Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise failed.

◆ StopPreview

- (ZoomSDKError) StopPreview

Stop previewing user's video.

Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise failed.

The documentation for this class was generated from the following file: