Shaka Packager SDK
|
Public Types | |
typedef std::function< void(int, int)> | RegisterPmtCb |
Public Types inherited from shaka::media::mp2t::TsSection | |
enum | SpecialPid { kPidPat = 0x0 , kPidCat = 0x1 , kPidTsdt = 0x2 , kPidNullPacket = 0x1fff , kPidMax = 0x1fff } |
Public Member Functions | |
TsSectionPat (const RegisterPmtCb ®ister_pmt_cb) | |
bool | ParsePsiSection (BitReader *bit_reader) override |
void | ResetPsiSection () override |
Public Member Functions inherited from shaka::media::mp2t::TsSectionPsi | |
bool | Parse (bool payload_unit_start_indicator, const uint8_t *buf, int size) override |
bool | Flush () override |
void | Reset () override |
Definition at line 17 of file ts_section_pat.h.