framefast::memory_frame_storage Class Reference

Frame stored in memory. More...

#include <frameio.hh>

Inheritance diagram for framefast::memory_frame_storage:

framefast::basic_frame_storage framefast::file_frame_storage framefast::memory_out

List of all members.

Public Member Functions

 memory_frame_storage (const char *data, int len, bool own=true)
 Default constructor.
virtual ~memory_frame_storage ()
 Destructor (Overwrite! Call your own release funtion).
virtual void reset ()
 Release the frame (protect against multiple calls!).
virtual const char * data () const
 Return a pointer to the data (return zero if invalid).
virtual int size () const
 Return the length of the data array.

Protected Attributes

bool fOwn
 Own data?
const char * fData
 Data pointer.
int fLength
 Size of data.


Detailed Description

Frame stored in memory.
The documentation for this class was generated from the following file:
Generated on Sun Mar 8 19:21:15 2009 for dmt by  doxygen 1.5.4