MythTV  0.26-pre
Public Member Functions | Private Attributes
InterleavingFrames Class Reference

List of all members.

Public Member Functions

 InterleavingFrames (unsigned maxCycleSize)
virtual ~InterleavingFrames ()
Boolean haveReleaseableFrame ()
void getIncomingFrameParams (unsigned char index, unsigned char *&dataPtr, unsigned &bytesAvailable)
void getReleasingFrameParams (unsigned char index, unsigned char *&dataPtr, unsigned &bytesInUse, struct timeval &presentationTime, unsigned &durationInMicroseconds)
void setFrameParams (unsigned char index, unsigned char icc, unsigned char ii, unsigned frameSize, struct timeval presentationTime, unsigned durationInMicroseconds)
unsigned nextIndexToRelease ()
void releaseNext ()

Private Attributes

unsigned fMaxCycleSize
unsigned fNextIndexToRelease
class InterleavingFrameDescriptorfDescriptors

Detailed Description

Definition at line 83 of file MP3ADUinterleaving.cpp.


Constructor & Destructor Documentation

InterleavingFrames::InterleavingFrames ( unsigned  maxCycleSize)

Definition at line 333 of file MP3ADUinterleaving.cpp.

Definition at line 337 of file MP3ADUinterleaving.cpp.


Member Function Documentation

Definition at line 341 of file MP3ADUinterleaving.cpp.

void InterleavingFrames::getIncomingFrameParams ( unsigned char  index,
unsigned char *&  dataPtr,
unsigned &  bytesAvailable 
)

Definition at line 345 of file MP3ADUinterleaving.cpp.

void InterleavingFrames::getReleasingFrameParams ( unsigned char  index,
unsigned char *&  dataPtr,
unsigned &  bytesInUse,
struct timeval &  presentationTime,
unsigned &  durationInMicroseconds 
)

Definition at line 353 of file MP3ADUinterleaving.cpp.

void InterleavingFrames::setFrameParams ( unsigned char  index,
unsigned char  icc,
unsigned char  ii,
unsigned  frameSize,
struct timeval  presentationTime,
unsigned  durationInMicroseconds 
)

Definition at line 365 of file MP3ADUinterleaving.cpp.

Definition at line 101 of file MP3ADUinterleaving.cpp.

Definition at line 386 of file MP3ADUinterleaving.cpp.


Member Data Documentation

Definition at line 105 of file MP3ADUinterleaving.cpp.

Referenced by releaseNext().

Definition at line 106 of file MP3ADUinterleaving.cpp.

Referenced by haveReleaseableFrame(), nextIndexToRelease(), and releaseNext().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends