Shared Memory updates
This commit is contained in:
parent
330b9f871d
commit
0e5d838a20
24 changed files with 2420 additions and 612 deletions
|
@ -20,6 +20,7 @@ namespace vorbis{
|
|||
class header{
|
||||
public:
|
||||
header();
|
||||
header(char* newData, unsigned int length);
|
||||
bool read(char* newData, unsigned int length);
|
||||
int getHeaderType();
|
||||
long unsigned int getVorbisVersion();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue