live
Data Structures | Enumerations
OggFileParser.hh File Reference
#include "StreamParser.hh"
#include "OggFile.hh"
Include dependency graph for OggFileParser.hh:

Go to the source code of this file.

Data Structures

class  PacketSizeTable
 
class  OggFileParser
 

Enumerations

enum  OggParseState { PARSING_START_OF_FILE , PARSING_AND_DELIVERING_PAGES , DELIVERING_PACKET_WITHIN_PAGE }
 

Enumeration Type Documentation

◆ OggParseState

Enumerator
PARSING_START_OF_FILE 
PARSING_AND_DELIVERING_PAGES 
DELIVERING_PACKET_WITHIN_PAGE 

Definition at line 31 of file OggFileParser.hh.

31 {
35};
@ PARSING_START_OF_FILE
@ PARSING_AND_DELIVERING_PAGES
@ DELIVERING_PACKET_WITHIN_PAGE