mmsvideoctrl.cpp File Reference

#include "mmsmedia/mmsvideoctrl.h"

Include dependency graph for mmsvideoctrl.cpp:

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 Documentation

#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.


Function Documentation

MMS_CREATEERROR ( MMSVideoCtrlError   )