|
MistServer
2.5.3-Pro-19-gf5e75b1 ( Generic_64)
|
#include "ogg.h"#include "defines.h"#include <string.h>#include <stdlib.h>#include <sstream>#include <arpa/inet.h>#include <iomanip>#include "bitstream.h"Namespaces | |
| OGG | |
Functions | |
| unsigned int | OGG::crc32 (unsigned int crc, const char *data, size_t len) |
| std::deque< unsigned int > | OGG::decodeXiphSize (char *data, size_t len) |
| long unsigned int | OGG::get_32 (char *data) |
| long long unsigned int | OGG::get_64 (char *data) |
| void | OGG::set_32 (char *data, long unsigned int val) |
| void | OGG::set_64 (char *data, long unsigned int val) |
1.8.11