HVTCaptureMode Constants Reference

Declared in HVTVars.h

HVTCaptureMode

The category of media for the camera to capture.

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

Definition

typedef NS_ENUM(NSInteger, HVTCaptureMode ) {
   HVTCaptureModeVideo = 0,
   HVTCaptureModePhoto,
};

Constants

HVTCaptureModeVideo

Specifies that the camera captures movies.

Declared In HVTVars.h.

HVTCaptureModePhoto

Specifies that the camera captures still images.

Declared In HVTVars.h.

Declared In

HVTVars.h