Dirac - A Video Codec
Created by the
British Broadcasting Corporation
.
dirac
::
StreamFrameInput
dirac::StreamFrameInput Class Reference
#include <
pic_io.h
>
Inheritance diagram for dirac::StreamFrameInput:
[
legend
]
Collaboration diagram for dirac::StreamFrameInput:
[
legend
]
List of all members.
Public Member Functions
StreamFrameInput
()
Default Constructor.
StreamFrameInput
(std::istream *ip_pic_ptr, const
SourceParams
&sparams)
Constructor.
virtual
~StreamFrameInput
()
Destructor.
virtual void
Skip
(const int n)
Skip n frames of input.
virtual bool
ReadNextPicture
(
Picture
&myframe)
Read the next frame from the file.
Private Member Functions
bool
ReadFrameComponent
(
PicArray
&pic_data, const
CompSort
&cs)
Read a Frame component from the file.
Constructor & Destructor Documentation