![]() |
VLC-Qt 0.8.0- (Different version)
|
Error handler. More...
#include <vlc-qt/Error.h>
Static Public Member Functions | |
static void | errmsg () |
A human-readable error message for the last libvlc error in the calling thread. | |
static void | clearerr () |
Clears the libvlc error status for the current thread. |
Error handler.
A basic error handler for VLC-Qt library.
void VlcError::clearerr | ( | ) | [static] |
Clears the libvlc error status for the current thread.
This is optional. By default, the error status is automatically overriden when a new error occurs, and destroyed when the thread exits.
void VlcError::errmsg | ( | ) | [static] |
A human-readable error message for the last libvlc error in the calling thread.
The resulting string is valid until another error occurs.