Error

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.

Information

    Header File: tisudshl.h
    Namespace: DShowLib

Methods

Method Description
Error

Constructs a new Error object.

getString

[Deprecated] 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 containing

Error::getVal() == tErrorEnum::eNOERROR
do not represent an error.

isSuccess

Checks whether this object does not represent an error. Error objects containing

Error::getVal() == tErrorEnum::eNOERROR
do not represent an error.

toString

This method returns a string representation of this error.

<< Classes