#include <pic_io.h>
Inheritance diagram for dirac::FileStreamOutput:
Public Member Functions | |
FileStreamOutput (const char *output_name, const SeqParams &sp, bool write_header_only=false) | |
Constructor. | |
virtual | ~FileStreamOutput () |
Destructor. | |
virtual bool | WritePicHeader () |
Write the picture sequence header. | |
Protected Member Functions | |
virtual bool | OpenHeader (const char *output_name) |
Open picture's header file for output. | |
virtual bool | OpenYUV (const char *output_name) |
Open picture's YUV data file for output. | |
Protected Attributes | |
std::ofstream * | m_op_head_ptr |
Header output stream. |
Definition at line 213 of file pic_io.h.
|
Constructor. Constructor, takes
Definition at line 146 of file pic_io.cpp. References m_op_head_ptr, OpenHeader(), and OpenYUV(). |