
MgzOutputStream writes multiframe gzipped (.mgz) files. More...
#include <Media/MgzOutputStream.H>


Public Member Functions | |
| MgzOutputStream (OptionManager &mgr, const std::string &descrName="Mgz Output Stream", const std::string &tagName="MgzOutputStream") | |
| Construct an mpegstream object for mpeg output. | |
| virtual | ~MgzOutputStream () |
| 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. | |
MgzOutputStream writes multiframe gzipped (.mgz) files.
Definition at line 50 of file MgzOutputStream.H.
| MgzOutputStream::MgzOutputStream | ( | OptionManager & | mgr, | |
| const std::string & | descrName = "Mgz Output Stream", |
|||
| const std::string & | tagName = "MgzOutputStream" | |||
| ) |
Construct an mpegstream object for mpeg output.
Definition at line 65 of file MgzOutputStream.C.
| MgzOutputStream::~MgzOutputStream | ( | ) | [virtual] |
Destructor.
Definition at line 75 of file MgzOutputStream.C.
| void MgzOutputStream::setConfigInfo | ( | const std::string & | filestem | ) | [virtual] |
Override from FrameOstream; just calls setFileStem().
Reimplemented from FrameOstream.
Definition at line 79 of file MgzOutputStream.C.
References setFileStem().
| void MgzOutputStream::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 89 of file MgzOutputStream.C.
Referenced by setConfigInfo().
1.6.3