Created by the British Broadcasting Corporation.
#include <pic_io.h>
Public Member Functions | |
StreamFrameOutput (std::ostream *op_ptr, const SourceParams &sp) | |
virtual | ~StreamFrameOutput () |
virtual Destructor | |
bool | WriteToNextFrame (const Picture &myframe) |
Write the next frame to the output. | |
![]() | |
StreamPicOutput (std::ostream *op_ptr, const SourceParams &sp) | |
Constructor. | |
virtual | ~StreamPicOutput () |
virtual Destructor | |
SourceParams & | GetSourceParams () |
Get the source parameters. |
Protected Member Functions | |
bool | WriteFrameComponent (const PicArray &pic_data, const CompSort &cs) |
Write a frame component to file. | |
![]() | |
StreamPicOutput () | |
Body-less default Constructor. |
Private Member Functions | |
StreamFrameOutput () | |
Body-less Default Constructor. |
Additional Inherited Members | |
![]() | |
SourceParams | m_sparams |
Source parameters. | |
std::ostream * | m_op_pic_ptr |
Output stream. |
dirac::StreamFrameOutput::StreamFrameOutput | ( | std::ostream * | op_ptr, |
const SourceParams & | sp | ||
) |
Constructor, takes
op_ptr | the output stream object |
sp | the source parameters |
|
virtual |
|
private |
|
protected |
|
virtual |
Implements dirac::StreamPicOutput.
© 2004 British Broadcasting Corporation.
Dirac code licensed under the Mozilla Public License (MPL) Version 1.1.
HTML documentation generated by Dimitri van Heesch's
excellent Doxygen tool.