
The Error class gives information about an errors that occur during a call to the class library. Grabber::getLastError returns the error object which is associated to the last call of a method of the Grabber instance.
Header File: tisudshl.h
Namespace: DShowLib
| Method | Description | ||
| Error | Constructs a new Error object. |
||
| c_str | This method returns a string representation of this error. |
||
| getString | This method returns a string representation of this error. |
||
| getVal | This method returns the enumeration value of this error. See tErrorEnum for a list of possible values. |
||
| isError | Checks whether this object represents an error. Error objects of type eNOERROR do not represent an error. This value indicates that the last call to a method of an instance of Grabber was successfull. |
||
| operator const char* | Returns a string representation of this error. |
||
| operator std::string | Returns a string representation of this error. |
||
| operator tErrorEnum | Returns the tErrorEnum value of this error. |
||
| toString | This method returns a string representation of this error. |
||