ogg edits

This commit is contained in:
Oswald de Bruin 2013-06-10 13:42:17 +02:00 committed by Erik Zandvliet
parent 9073fe7cfb
commit 29a24a5453
2 changed files with 37 additions and 6 deletions

View file

@ -1,7 +1,7 @@
#include<string>
#include<vector>
#include<deque>
#include<mist/
#include"dtsc.h"
namespace OGG{
class Page{
@ -31,7 +31,10 @@ namespace OGG{
unsigned long int getPageSize();
char* getFullPayload();
char* getSegment(long unsigned int);
bool typeBOS();
bool typeEOS();
bool typeContinue();
bool typeNone();
std::string toPrettyString();
private:
long unsigned int calcChecksum();