OGG full readout possible
This commit is contained in:
parent
e3861f9fc6
commit
b600d6b603
2 changed files with 11 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue