#include <OGGSRecogniser.h>
Public Types | |
enum | eOggRecogState { STATE_START = 0, STATE_O, STATE_G1, STATE_G2 } |
Public Member Functions | |
OGGSRecogniser (void) | |
~OGGSRecogniser (void) | |
long | feed (unsigned char *inBuff, unsigned long inNumBytes) |
void | resetState () |
Protected Attributes | |
eOggRecogState | mState |
|
Definition at line 9 of file OGGSRecogniser.h. |
|
Definition at line 4 of file OGGSRecogniser.cpp. |
|
Definition at line 9 of file OGGSRecogniser.cpp. |
|
Definition at line 14 of file OGGSRecogniser.cpp. References mState, STATE_G1, STATE_G2, STATE_O, and STATE_START. |
|
Definition at line 58 of file OGGSRecogniser.cpp. References mState. |
|
Definition at line 22 of file OGGSRecogniser.h. Referenced by feed(), and resetState(). |