Added new functions to OGG
This commit is contained in:
parent
04500e4694
commit
4ea8fe0327
2 changed files with 32 additions and 0 deletions
|
@ -8,10 +8,13 @@ namespace theora{
|
|||
bool read(char* newData, unsigned int length);
|
||||
int getHeaderType();
|
||||
char getKFGShift();
|
||||
long unsigned int getPICH();//movie height
|
||||
long unsigned int getPICW();//movie width
|
||||
long unsigned int getFRN();//frame rate numerator
|
||||
long unsigned int getFRD();//frame rate denominator
|
||||
protected:
|
||||
uint32_t getInt32(size_t index);
|
||||
uint32_t getInt24(size_t index);
|
||||
uint16_t getInt16(size_t index);
|
||||
private:
|
||||
char* data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue