HVTCameraControllerCameraDevice Constants Reference

Declared in HVTCameraController.h

HVTCameraControllerCameraDevice

The camera to use for image or movie capture.

The constants in this enumeration are for use as values of the cameraDevice property.

Definition

typedef NS_ENUM(NSInteger, HVTCameraControllerCameraDevice ) {
   HVTCameraControllerCameraDeviceRear,
   HVTCameraControllerCameraDeviceFront,
};

Constants

HVTCameraControllerCameraDeviceRear

Specifies the camera on the rear of the device.

Declared In HVTCameraController.h.

HVTCameraControllerCameraDeviceFront

Specifies the camera on the front of the device.

Declared In HVTCameraController.h.

Declared In

HVTCameraController.h