Base class for simple input-output streaming applications. More...
#include <Media/Streamer.H>
Public Member Functions | |
Streamer (const char *name) | |
int | run (const int argc, const char **argv, const char *extraArgsDescription="", const int minExtraArgs=0, const int maxExtraArgs=0) |
Protected Member Functions | |
void | addComponent (const nub::ref< ModelComponent > &c) |
OptionManager & | getManager () |
Base class for simple input-output streaming applications.
Definition at line 53 of file Streamer.H.