HVTErrorCode Constants Reference
Declared in | HVTVars.h |
---|
HVTErrorCode
Horizon SDK-related error codes
Definition
typedef NS_ENUM(NSInteger, HVTErrorCode ) {
HVTErrorUnknown = -1,
HVTErrorResolutionFrameRateNotSupported = -3300,
HVTErrorFocusOutOfBounds = -3301,
HVTErrorAudioRecordingNotAvailable = -3302,
HVTErrorVideoNotFoundDuringComposition = -3303,
HVTErrorPhotoCaptureBusy = -3304,
HVTErrorPhotoModeNotEnabled = -3305,
HVTErrorPhotoHDRNotSupported = -3306,
HVTErrorCaptureDeviceNotProvided = -3307,
HVTErrorVideoModeNotEnabled = -3308,
};
Constants
HVTErrorUnknown
-
Error (reason unknown).
Declared In
HVTVars.h
. HVTErrorResolutionFrameRateNotSupported
-
Given resolution or frame rate not supported by the device.
Declared In
HVTVars.h
. HVTErrorFocusOutOfBounds
-
User tapped outside the tappable region.
Declared In
HVTVars.h
. HVTErrorAudioRecordingNotAvailable
-
Audio recording cannot be initiated in video recording.
Declared In
HVTVars.h
. HVTErrorVideoNotFoundDuringComposition
-
Video stream was not found during video composition.
Declared In
HVTVars.h
. HVTErrorPhotoCaptureBusy
-
Photo capture failed due to already pending photo capture.
Declared In
HVTVars.h
. HVTErrorPhotoModeNotEnabled
-
Full resolution photo not captured as the photo mode wasn’t enabled.
Declared In
HVTVars.h
. HVTErrorPhotoHDRNotSupported
-
HDR not supported by the device, or the camera is not currently in photo mode.
Declared In
HVTVars.h
. HVTErrorCaptureDeviceNotProvided
-
Capture device was not provided.
Declared In
HVTVars.h
. HVTErrorVideoModeNotEnabled
-
Video mode was not active during the call of the particular method.
Declared In
HVTVars.h
.
Declared In
HVTVars.h