Shaka Packager SDK
|
Puts PMT into TS packets and writes them to buffer. More...
#include <program_map_table_writer.h>
Public Member Functions | |
ProgramMapTableWriter (Codec codec) | |
virtual bool | EncryptedSegmentPmt (BufferWriter *writer) |
Writes TS packets with PMT for encrypted segments. | |
virtual bool | ClearSegmentPmt (BufferWriter *writer) |
Writes TS packets with PMT for clear segments. | |
Static Public Attributes | |
static const uint8_t | kPmtPid = 0x20 |
static const uint8_t | kElementaryPid = 0x50 |
Protected Member Functions | |
Codec | codec () const |
Puts PMT into TS packets and writes them to buffer.
Definition at line 26 of file program_map_table_writer.h.
|
inlineprotected |
Definition at line 48 of file program_map_table_writer.h.