|
Video SDK for iOS API Reference
|
Remote camera control helper object interface. More...
#include <ZoomVideoSDKRemoteCameraControlHelper.h>
Inherits NSObject.
Instance Methods | |
| (ZoomVideoSDKError) | - requestControlRemoteCamera |
| Requests to control remote camera. | |
| (ZoomVideoSDKError) | - giveUpControlRemoteCamera |
| Gives up control of the remote camera. | |
| (ZoomVideoSDKError) | - turnLeft: |
| Turns the camera to the left. | |
| (ZoomVideoSDKError) | - turnRight: |
| Turns the camera to the right. | |
| (ZoomVideoSDKError) | - turnUp: |
| Turns the camera up. | |
| (ZoomVideoSDKError) | - turnDown: |
| Turns the camera down. | |
| (ZoomVideoSDKError) | - zoomIn: |
| Zooms the camera in. | |
| (ZoomVideoSDKError) | - zoomOut: |
| Zooms the camera out. | |
Remote camera control helper object interface.
Definition at line 13 of file ZoomVideoSDKRemoteCameraControlHelper.h.
| - (ZoomVideoSDKError) giveUpControlRemoteCamera |
Gives up control of the remote camera.
References giveUpControlRemoteCamera.
Referenced by giveUpControlRemoteCamera.
| - (ZoomVideoSDKError) requestControlRemoteCamera |
Requests to control remote camera.
References requestControlRemoteCamera.
Referenced by requestControlRemoteCamera.
| - (ZoomVideoSDKError) turnDown: | (unsigned int) | range |
Turns the camera down.
| range | The rotation range, 10 <= range <= 100. |
| - (ZoomVideoSDKError) turnLeft: | (unsigned int) | range |
Turns the camera to the left.
| range | The rotation range, 10 <= range <= 100. |
| - (ZoomVideoSDKError) turnRight: | (unsigned int) | range |
Turns the camera to the right.
| range | The rotation range, 10 <= range <= 100. |
| - (ZoomVideoSDKError) turnUp: | (unsigned int) | range |
Turns the camera up.
| range | The rotation range, 10 <= range <= 100. |
| - (ZoomVideoSDKError) zoomIn: | (unsigned int) | range |
Zooms the camera in.
| range | The rotation range, 10 <= range <= 100. |
| - (ZoomVideoSDKError) zoomOut: | (unsigned int) | range |
Zooms the camera out.
| range | The rotation range, 10 <= range <= 100. |