#include <string>
#include <map>
#include <cmath>
#include <stdint.h>
#include <iostream>
#include <cstdio>
#include <cstdlib>
#include <algorithm>
#include "dtsc.h"
#include "checksum.h"
Go to the source code of this file.
|
| TS |
| Holds all TS processing related code.
|
|
|
const char * | TS::createPMT (std::set< unsigned long > &selectedTracks, DTSC::Meta &myMeta, int contCounter) |
| Construct a PMT (special 188B ts packet) from a set of selected tracks and metadata. More...
|
|
static std::string | TS::getAudioHeader (int FrameLen, std::string initData) |
| Constructs an audio header to be used on each audio frame. More...
|
|
|
static char | TS::PAT [188] |
| A standard Program Association Table, as generated by FFMPEG. More...
|
|