#include <error.h>
Public Types | |
enum | Code { FAILED = 1, TOO_LAZY, NOT_IMPLEMENTED, TYPE_NOT_FOUND, WRONG_TYPE, CODEC_NOT_FOUND, DECODE, ENCODE, DEMUX, MUX, FORMAT, NUM_ERRORS } |
Public Member Functions | |
StreamError (Code error_code, const Glib::ustring &error_message) | |
StreamError (GError *gobject) | |
Code | code () const |
Friends | |
void | wrap_init () |
Gst::StreamError::StreamError | ( | Code | error_code, | |
const Glib::ustring & | error_message | |||
) |
Gst::StreamError::StreamError | ( | GError * | gobject | ) | [explicit] |
Code Gst::StreamError::code | ( | ) | const |
void wrap_init | ( | ) | [friend] |