OGG full readout possible

This commit is contained in:
Oswald de Bruin 2013-06-06 14:52:52 +02:00 committed by Erik Zandvliet
parent e3861f9fc6
commit b600d6b603
2 changed files with 11 additions and 4 deletions

View file

@ -28,7 +28,10 @@ namespace OGG{
std::deque<unsigned int> getSegmentTableDeque();
bool setSegmentTable(std::vector<unsigned int> layout);
void setSegmentTable(char* newVal, unsigned int length);
unsigned long int getPageSize();
char* getFullPayload();
char* getSegment(long unsigned int);
std::string toPrettyString();
private:
long unsigned int calcChecksum();