HVTStillImageOrientation Constants Reference
| Declared in | HVTVars.h |
|---|
HVTStillImageOrientation
Constants indicating the still image frame orientation on the photo mode
Definition
typedef NS_ENUM(NSInteger, HVTStillImageOrientation ) {
HVTStillImageOrientationAuto = 0,
HVTStillImageOrientationHorizontal,
HVTStillImageOrientationVertical,
};
Constants
HVTStillImageOrientationAuto-
Still image frame will switch automatically from horizontal to vertical and vice versa depending on the rotation of the device.
Declared In
HVTVars.h. HVTStillImageOrientationHorizontal-
Still image frame will always be horizontal.
Declared In
HVTVars.h. HVTStillImageOrientationVertical-
Still image frame will always be vertical.
Declared In
HVTVars.h.
Declared In
HVTVars.h