#include "mmsmedia/mmsvideoctrl.h"
Go to the source code of this file.
Defines | |
#define | THROW_DFB_ERROR(dfbres, msg) {if (dfbres) { string s1 = msg; string s2 = DirectFBErrorString((DFBResult)dfbres); throw MMSVideoCtrlError(dfbres,s1 + " [" + s2 + "]"); }else{ throw MMSVideoCtrlError(0,msg); }} |
Functions | |
MMS_CREATEERROR (MMSVideoCtrlError) |
#define THROW_DFB_ERROR | ( | dfbres, | |||
msg | ) | {if (dfbres) { string s1 = msg; string s2 = DirectFBErrorString((DFBResult)dfbres); throw MMSVideoCtrlError(dfbres,s1 + " [" + s2 + "]"); }else{ throw MMSVideoCtrlError(0,msg); }} |
Definition at line 39 of file mmsvideoctrl.cpp.
MMS_CREATEERROR | ( | MMSVideoCtrlError | ) |