HVTViewType Constants Reference

Declared in HVTView.h

HVTViewType

Constants indicating whether the HVTView will display a leveled on unleveled preview.

Definition

typedef NS_ENUM(NSInteger, HVTViewType ) {
   HVTViewTypeNormal,
   HVTViewTypeLeveled,
};

Constants

HVTViewTypeNormal

The view will show the camera’s video stream without applying the leveling algorithm.

Declared In HVTView.h.

HVTViewTypeLeveled

The view will show the leveled video stream, previewing what will be saved in a video file.

Declared In HVTView.h.

Declared In

HVTView.h