Public Member Functions | |
| String | toString () |
Public Attributes | |
| UNKNOWN_ERROR =("Unknown error") | |
| USER_SPECIFIC =(null) | |
| FATAL =("Fatal (1)") | |
| FATAL_11 =("Fatal (11)") | |
| FATAL_12 =("Fatal (12)") | |
| UNSUPPORTED_OPERATION =("Unsupported operation") | |
| USB_SERVICE_NOT_AVAILABLE =("USB Service is not available") | |
| NO_DEVICE_FOUND =("No device was found") | |
| NO_DEVICE_SELECTED =("No device was selected") | |
| FAILED_OPEN_DEVICE =("Failed to open device") | |
| USB_TRANSFER_ERROR =("USB transfer error") | |
| INVALID_VIDEO_STREAM_PACKET =("Invalid video stream packet") | |
| SHORT_PACKET =("Short packet") | |
| NO_MEMORY =("No enough memory") | |
| UNSUPPORTED_MACHINE =("Unsupported machine") | |
| STOPPED =("Stopped") | |
| INVALID_VALUE =("Invalid value") | |
| FILE_ALREADY_OPENED =("File is already opened") | |
| FILE_NOT_OPENED =("File is not opened") | |
| INVALID_FRAME_SIZE =("Invalid frame size") | |
| ERROR_IN_DRIVER =("Error in driver") | |
| INVALID_CALLING_SEQUENCE =("Invalid calling sequence") | |
| INVALID_XFER_TYPE =("Invalid transfer type") | |
| INVALID_VID_PID =("Invalid device") | |
| CANNOT_USE_CODEC =("Cannot use Codec") | |
| ERROR_DECODE =("Failed to decode") | |
| ERROR_FILEIO =("Error at file I/O") | |
| INVALID_DEVICE_CONFIG =("Invalid device configuration") | |
| INTERRUPTED =("Interrupted") | |
| ERROR_OUT_OF_PERIOD1 =("Out of period") | |
| ERROR_OUT_OF_PERIOD2 =("Out of period") | |
| UNSUPPORTED_DEVICE =("Unsupported device") | |
| TOO_SMALL_BUFFER_SIZE =("Too small buffer size") | |
| FAILED_GET_USB_DESCRIPTOR =("Failed to get descriptors") | |
| STREAMING_STARTED =("Streaming started") | |
| STREAMING_NOT_STARTED =("Streaming is not yet started") | |
| RECORDING_STARTED =("Recording started") | |
| ENCODING_STARTED =("Encoding started") | |
| DEVICE_DISCONNECTED =("Device was disconnected") | |
| CAPTURING_STARTED =("Capturing started") | |
| STILL_IMAGE_CAPTURE_NOT_SUPPORTED =("Still Image Capture is not supported") | |
| DECODING_DISABLED =("Decoding is disabled") | |
| INVALID_JPEG_FORMAT =("Invaid jpeg format") | |
| RECORD_SIZE_OVER =("record size over") | |
Exception Code.
| String toString | ( | ) |
Gets error message(string) by error code.
| CANNOT_USE_CODEC =("Cannot use Codec") |
Cannot use Codec.
| CAPTURING_STARTED =("Capturing started") |
Under still image capturing.
| DECODING_DISABLED =("Decoding is disabled") |
Decoding is disabled.
| DEVICE_DISCONNECTED =("Device was disconnected") |
Device was disconnected.
| ENCODING_STARTED =("Encoding started") |
Under encoding.
| ERROR_DECODE =("Failed to decode") |
Failed to decode.
| ERROR_FILEIO =("Error at file I/O") |
Error at file I/O.
| ERROR_IN_DRIVER =("Error in driver") |
Error occurred in driver.
| ERROR_OUT_OF_PERIOD1 =("Out of period") |
expired.
| ERROR_OUT_OF_PERIOD2 =("Out of period") |
expired.
| FAILED_GET_USB_DESCRIPTOR =("Failed to get descriptors") |
Failed to get/analyze device descriptors.
| FAILED_OPEN_DEVICE =("Failed to open device") |
Failed to open device due to lack of permission.
| FATAL =("Fatal (1)") |
Fatal error occurred.
| FATAL_11 =("Fatal (11)") |
Fatal error occurred.
| FATAL_12 =("Fatal (12)") |
Fatal error occurred.
| FILE_ALREADY_OPENED =("File is already opened") |
File is already opened.
| FILE_NOT_OPENED =("File is not opened") |
File is not opened
| INTERRUPTED =("Interrupted") |
Interrupted.
| INVALID_CALLING_SEQUENCE =("Invalid calling sequence") |
Calling sequence for method is invalid.
| INVALID_DEVICE_CONFIG =("Invalid device configuration") |
Invalid device configuration.
| INVALID_FRAME_SIZE =("Invalid frame size") |
Frame size is invalid.
| INVALID_JPEG_FORMAT =("Invaid jpeg format") |
Invalid jpeg format.
| INVALID_VALUE =("Invalid value") |
Invalid value.
| INVALID_VID_PID =("Invalid device") |
VendorID and/or ProductID is invalid.
| INVALID_VIDEO_STREAM_PACKET =("Invalid video stream packet") |
Invalid video stream packet received.
| INVALID_XFER_TYPE =("Invalid transfer type") |
Transfer type for endpoint is invalid.
| NO_DEVICE_FOUND =("No device was found") |
USB device doesn't find.
| NO_DEVICE_SELECTED =("No device was selected") |
No device was selected.
| NO_MEMORY =("No enough memory") |
lack of memory.
| RECORD_SIZE_OVER =("record size over") |
Notify to stop recording from library.
| RECORDING_STARTED =("Recording started") |
Under recording.
| SHORT_PACKET =("Short packet") |
Received packet is shorter than expected.
| STILL_IMAGE_CAPTURE_NOT_SUPPORTED =("Still Image Capture is not supported") |
Doesn't support still image capture.
| STOPPED =("Stopped") |
Process halted.
| STREAMING_NOT_STARTED =("Streaming is not yet started") |
Streaming is not started yet.
| STREAMING_STARTED =("Streaming started") |
Under streaming.
| TOO_SMALL_BUFFER_SIZE =("Too small buffer size") |
Too small buffer size.
| UNKNOWN_ERROR =("Unknown error") |
Unknown error occurred.
| UNSUPPORTED_DEVICE =("Unsupported device") |
Unsupported device is connecting.
| UNSUPPORTED_MACHINE =("Unsupported machine") |
Application was ran on unsupported machine.
| UNSUPPORTED_OPERATION =("Unsupported operation") |
Unsupported operation.
| USB_SERVICE_NOT_AVAILABLE =("USB Service is not available") |
USB HOST Service is not available.
| USB_TRANSFER_ERROR =("USB transfer error") |
USB transfer error occurred.
| USER_SPECIFIC =(null) |
User defined error.
|
Copyright (C) 2016 Infinitegra, INC. All Rights Reserved. |
Generated by
|