OutputHttpStream writes mpeg video frames using the avcodec library through http. More...
#include <Media/HttpOutputStream.H>
Public Member Functions | |
OutputHttpStream (OptionManager &mgr, const std::string &descrName="Output http Stream", const std::string &tagName="OutputHttpStream") | |
Construct an mpegstream object for mpeg output. | |
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. |
OutputHttpStream writes mpeg video frames using the avcodec library through http.
Definition at line 52 of file HttpOutputStream.H.
OutputHttpStream::OutputHttpStream | ( | OptionManager & | mgr, | |
const std::string & | descrName = "Output http Stream" , |
|||
const std::string & | tagName = "OutputHttpStream" | |||
) |
Construct an mpegstream object for mpeg output.
Definition at line 91 of file HttpOutputStream.C.
References ModelComponent::addSubComponent().
void OutputHttpStream::setConfigInfo | ( | const std::string & | filestem | ) | [virtual] |
Override from FrameOstream; just calls setFileStem().
Reimplemented from FrameOstream.
Definition at line 108 of file HttpOutputStream.C.
References setFileStem().
void OutputHttpStream::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 118 of file HttpOutputStream.C.
Referenced by setConfigInfo().