Base class for simple input-output streaming applications. More...
#include <Psycho/MPlayerWrapper.H>
Public Member Functions | |
MPlayerWrapper (OptionManager &mgr, const std::string &descrName="Psycho Display", const std::string &tagName="PsychoDisplay") | |
int | run (const int argc, const char **argv, const char *extraArgsDescription="", const int minExtraArgs=0, const int maxExtraArgs=1) |
int | runfromSDL (nub::soft_ref< PsychoDisplay > D) |
void | setSourceVideo (std::string fname) |
void | setOverDisplay (nub::soft_ref< PsychoDisplay > pd) |
void | pushEvent (const std::string &msg, const bool &uselinfo=false) |
push an event to the log, if uselinfo is true also display to the screen | |
void | setEventLog (nub::soft_ref< EventLog > log) |
Base class for simple input-output streaming applications.
Definition at line 51 of file MPlayerWrapper.H.
void MPlayerWrapper::pushEvent | ( | const std::string & | msg, | |
const bool & | uselinfo = false | |||
) |
push an event to the log, if uselinfo is true also display to the screen
Definition at line 115 of file MPlayerWrapper.C.