MistServer
2.5.3-Pro-19-gf5e75b1 ( Generic_64)
|
#include <stdlib.h>
#include <string.h>
#include <arpa/inet.h>
#include "mp4.h"
#include "mp4_adobe.h"
#include "mp4_ms.h"
#include "mp4_dash.h"
#include "mp4_generic.h"
#include "mp4_encryption.h"
#include "json.h"
#include "defines.h"
Namespaces | |
MP4 | |
Contains all MP4 format related code. | |
Functions | |
unsigned long int | MP4::calcBoxSize (char readVal[16]) |
std::string | MP4::readBoxType (FILE *newData) |
Reads the first 8 bytes and returns. More... | |
bool | MP4::skipBox (FILE *newData) |