MistServer
2.5.3-Pro-19-gf5e75b1 ( Generic_64)
|
#include <string>
#include <vector>
#include <set>
#include <iostream>
#include <iomanip>
#include <cstdio>
#include <stdint.h>
#include <sstream>
#include <deque>
#include <algorithm>
#include "json.h"
#include "dtsc.h"
Go to the source code of this file.
Data Structures | |
class | MP4::Box |
class | MP4::containerBox |
class | MP4::containerFullBox |
class | MP4::fullBox |
Namespaces | |
MP4 | |
Contains all MP4 format related code. | |
Functions | |
std::string | MP4::readBoxType (FILE *newData) |
Reads the first 8 bytes and returns. More... | |
bool | MP4::skipBox (FILE *newData) |