MPEG1or2Demux::OutputDescriptor::SavedData Class Reference

Collaboration diagram for MPEG1or2Demux::OutputDescriptor::SavedData:

Collaboration graph
[legend]

Public Member Functions

 SavedData (unsigned char *buf, unsigned size)
virtual ~SavedData ()

Data Fields

SavedDatanext
unsigned char * data
unsigned dataSize
unsigned numBytesUsed

Detailed Description

Definition at line 63 of file MPEG1or2Demux.cpp.


Constructor & Destructor Documentation

MPEG1or2Demux::OutputDescriptor::SavedData::SavedData ( unsigned char *  buf,
unsigned  size 
) [inline]

Definition at line 65 of file MPEG1or2Demux.cpp.

00066     : next(NULL), data(buf), dataSize(size), numBytesUsed(0) {
00067   }

virtual MPEG1or2Demux::OutputDescriptor::SavedData::~SavedData (  )  [inline, virtual]

Definition at line 68 of file MPEG1or2Demux.cpp.

References data, and next.

00068                        {
00069     delete[] data;
00070     delete next;
00071   }


Field Documentation

SavedData* MPEG1or2Demux::OutputDescriptor::SavedData::next

Definition at line 73 of file MPEG1or2Demux.cpp.

Referenced by MPEG1or2Demux::useSavedData(), and ~SavedData().

unsigned char* MPEG1or2Demux::OutputDescriptor::SavedData::data

Definition at line 74 of file MPEG1or2Demux.cpp.

Referenced by MPEG1or2Demux::useSavedData(), and ~SavedData().

unsigned MPEG1or2Demux::OutputDescriptor::SavedData::dataSize

Definition at line 75 of file MPEG1or2Demux.cpp.

Referenced by MPEG1or2Demux::useSavedData().

unsigned MPEG1or2Demux::OutputDescriptor::SavedData::numBytesUsed

Definition at line 75 of file MPEG1or2Demux.cpp.

Referenced by MPEG1or2Demux::useSavedData().


The documentation for this class was generated from the following file:
Generated on Tue Oct 7 15:39:56 2008 for live by  doxygen 1.5.2