#include <pic_io.h>
Inheritance diagram for dirac::MemoryStreamInput:
Public Member Functions | |
MemoryStreamInput () | |
Default constructor. | |
~MemoryStreamInput () | |
Destructor. | |
void | SetSequenceParams (SeqParams &sparams) |
Set the seqence parameters. | |
void | SetMembufReference (unsigned char *buf, int buf_size) |
Set Memory buffer. | |
bool | End () const |
Returns true if we're at the end of the input, false otherwise. | |
virtual void | Skip (const int n) |
Skip n frame of input. Unimplemented to this class. | |
Protected Member Functions | |
MemoryStreamInput (const MemoryStreamInput &) | |
Body-less copy constructor. | |
MemoryStreamInput & | operator= (const MemoryStreamInput &) |
Body-less assignment operator. | |
Protected Attributes | |
InputMemoryBuffer | m_membuf |
Input stream buffer. | |
Classes | |
class | InputMemoryBuffer |
Class that defines the Input Stream Memory Buffer. More... |
Definition at line 301 of file pic_io.h.
|
Set Memory buffer. Set the input memory buffer variables
Definition at line 358 of file pic_io.cpp. References m_membuf, and dirac::MemoryStreamInput::InputMemoryBuffer::SetMembufReference(). Referenced by DiracEncoder::LoadNextFrame(). |