MrawvOutputStream writes multiple multi-frame rawvideo files. More...
#include <Media/MrawvOutputStream.H>
Public Member Functions | |
MrawvOutputStream (OptionManager &mgr, const std::string &descrName="Mrawv Output Stream", const std::string &tagName="MrawvOutputStream") | |
Constructor. | |
virtual | ~MrawvOutputStream () |
Destructor. | |
virtual void | setConfigInfo (const std::string &filestem) |
Override from FrameOstream; just calls setFileStem(). | |
void | setFileStem (const std::string &s) |
Specify a filename prefix to be used for all generated movie files. |
MrawvOutputStream writes multiple multi-frame rawvideo files.
Definition at line 47 of file MrawvOutputStream.H.
MrawvOutputStream::MrawvOutputStream | ( | OptionManager & | mgr, | |
const std::string & | descrName = "Mrawv Output Stream" , |
|||
const std::string & | tagName = "MrawvOutputStream" | |||
) |
Constructor.
Definition at line 54 of file MrawvOutputStream.C.
MrawvOutputStream::~MrawvOutputStream | ( | ) | [virtual] |
Destructor.
Definition at line 64 of file MrawvOutputStream.C.
void MrawvOutputStream::setConfigInfo | ( | const std::string & | filestem | ) | [virtual] |
Override from FrameOstream; just calls setFileStem().
Reimplemented from FrameOstream.
Definition at line 68 of file MrawvOutputStream.C.
References setFileStem().
void MrawvOutputStream::setFileStem | ( | const std::string & | s | ) |
Specify a filename prefix to be used for all generated movie files.
By default, the prefix is the empty string.
Definition at line 78 of file MrawvOutputStream.C.
Referenced by setConfigInfo().