Created by the British Broadcasting Corporation.
#include <pic_io.h>
Public Member Functions | |
| FileStreamInput (const char *input_name, const SourceParams &sparams, bool interlace) | |
| Constructor. More... | |
| virtual | ~FileStreamInput () |
| Destructor. More... | |
| SourceParams & | GetSourceParams () |
| StreamPicInput * | GetStream () |
| Return the input stream. More... | |
Private Attributes | |
| StreamPicInput * | m_inp_str |
| std::istream * | m_ip_pic_ptr |
| Input stream. More... | |
Class for reading picture data from a file.
| dirac::FileStreamInput::FileStreamInput | ( | const char * | input_name, |
| const SourceParams & | sparams, | ||
| bool | interlace | ||
| ) |
Constructor, takes
| input_name | the name of the input picture file |
| sparams | the source parameters |
| interlace | input is treated as interlaced |
|
virtual |
|
inline |
References dirac::StreamPicInput::GetSourceParams(), and m_inp_str.
|
inline |
References m_inp_str.
|
private |
Referenced by GetSourceParams(), and GetStream().
|
private |
© 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.