Arduino live555
All Classes Functions Pages
Public Member Functions | Protected Types | Protected Member Functions | List of all members
StreamParser Class Reference
Inheritance diagram for StreamParser:
AC3AudioStreamParser H263plusVideoStreamParser MPEG1or2AudioStreamParser MPEGProgramStreamParser MPEGVideoStreamParser MatroskaFileParser OggFileParser H264or5VideoStreamParser MPEG1or2VideoStreamParser MPEG4VideoStreamParser

Public Member Functions

virtual void flushInput ()
 

Protected Types

typedef void() clientContinueFunc(void *clientData, unsigned char *ptr, unsigned size, struct timeval presentationTime)
 

Protected Member Functions

 StreamParser (FramedSource *inputSource, FramedSource::onCloseFunc *onInputCloseFunc, void *onInputCloseClientData, clientContinueFunc *clientContinueFunc, void *clientContinueClientData)
 
void saveParserState ()
 
virtual void restoreSavedParserState ()
 
u_int32_t get4Bytes ()
 
u_int32_t test4Bytes ()
 
u_int16_t get2Bytes ()
 
u_int16_t test2Bytes ()
 
u_int8_t get1Byte ()
 
u_int8_t test1Byte ()
 
void getBytes (u_int8_t *to, unsigned numBytes)
 
void testBytes (u_int8_t *to, unsigned numBytes)
 
void skipBytes (unsigned numBytes)
 
void skipBits (unsigned numBits)
 
unsigned getBits (unsigned numBits)
 
unsigned curOffset () const
 
unsigned & totNumValidBytes ()
 
Boolean haveSeenEOF () const
 
unsigned bankSize () const
 

The documentation for this class was generated from the following files: