Lib ogg added new function

This commit is contained in:
Oswald de Bruin 2013-06-17 15:55:29 +02:00 committed by Erik Zandvliet
parent 8cae5f1fc6
commit 04500e4694
2 changed files with 24 additions and 2 deletions

View file

@ -7,10 +7,12 @@ namespace theora{
header();
bool read(char* newData, unsigned int length);
int getHeaderType();
long unsigned int getFRN();
long unsigned int getFRD();
char getKFGShift();
long unsigned int getFRN();//frame rate numerator
long unsigned int getFRD();//frame rate denominator
protected:
uint32_t getInt32(size_t index);
uint16_t getInt16(size_t index);
private:
char* data;
unsigned int datasize;