6#ifndef ZDKVideoEndpointControl_h
7#define ZDKVideoEndpointControl_h
9#import <Foundation/Foundation.h>
11#import "ZDKCameraSensorLocation.h"
16NS_ASSUME_NONNULL_BEGIN
41-(id<
ZDKResult>)setFormat:(
int)width height:(
int)height fps:(
float)fps ;
67-(id<
ZDKResult>)startCapture:(BOOL)hwdAcceleration ;
104-(NSString*)handlesDescription;
API invocation status result.
Definition: ZDKResult.h:19
Video endpoint's main entry point.
Definition: ZDKVideoEndpointControl.h:22
id< ZDKResult > stopCapture()
Stops the video capture.
ZDKCameraSensorLocation getCameraLocation()
Gets the used camera location.
id< ZDKResult > toggleCamera()
Toggles the camera.
id< ZDKResult > restartCamera()
Restarts the camera.
Definition: ZDKZHandle.h:13