#include <zoom_video_sdk_user_helper_interface.h>
◆ ~IZoomVideoSDKRemoteCameraControlHelper()
virtual IZoomVideoSDKRemoteCameraControlHelper::~IZoomVideoSDKRemoteCameraControlHelper |
( |
| ) |
|
|
inlinevirtual |
◆ giveUpControlRemoteCamera()
virtual ZoomVideoSDKErrors IZoomVideoSDKRemoteCameraControlHelper::giveUpControlRemoteCamera |
( |
| ) |
|
|
pure virtual |
Give up control of the remote camera.
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success.
◆ requestControlRemoteCamera()
virtual ZoomVideoSDKErrors IZoomVideoSDKRemoteCameraControlHelper::requestControlRemoteCamera |
( |
| ) |
|
|
pure virtual |
Request to control remote camera.
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success.
◆ turnDown()
virtual ZoomVideoSDKErrors IZoomVideoSDKRemoteCameraControlHelper::turnDown |
( |
unsigned int | range = 50 | ) |
|
|
pure virtual |
Turn the camera down.
- Parameters
-
range | Rotation range, 10 <= range <= 100. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success.
◆ turnLeft()
virtual ZoomVideoSDKErrors IZoomVideoSDKRemoteCameraControlHelper::turnLeft |
( |
unsigned int | range = 50 | ) |
|
|
pure virtual |
Turn the camera to the left.
- Parameters
-
range | Rotation range, 10 <= range <= 100. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success.
◆ turnRight()
virtual ZoomVideoSDKErrors IZoomVideoSDKRemoteCameraControlHelper::turnRight |
( |
unsigned int | range = 50 | ) |
|
|
pure virtual |
Turn the camera to the right.
- Parameters
-
range | Rotation range, 10 <= range <= 100. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success.
◆ turnUp()
virtual ZoomVideoSDKErrors IZoomVideoSDKRemoteCameraControlHelper::turnUp |
( |
unsigned int | range = 50 | ) |
|
|
pure virtual |
Turn the camera up.
- Parameters
-
range | Rotation range, 10 <= range <= 100. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success.
◆ zoomIn()
virtual ZoomVideoSDKErrors IZoomVideoSDKRemoteCameraControlHelper::zoomIn |
( |
unsigned int | range = 50 | ) |
|
|
pure virtual |
Zoom the camera in.
- Parameters
-
range | Zoom range, 10 <= range <= 100. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success.
◆ zoomOut()
virtual ZoomVideoSDKErrors IZoomVideoSDKRemoteCameraControlHelper::zoomOut |
( |
unsigned int | range = 50 | ) |
|
|
pure virtual |
Zoom the camera out.
- Parameters
-
range | Zoom range, 10 <= range <= 100. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success.