VLC-Qt 0.8.0- (Different version)
Static Public Member Functions
VlcError Class Reference

Error handler. More...

#include <vlc-qt/Error.h>

List of all members.

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.

Detailed Description

Error handler.

A basic error handler for VLC-Qt library.


Member Function Documentation

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.

Warning:
There may be no output, if there is no error.

The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Enumerations