|
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.
| typedef std::function<void(int, int)> shaka::media::mp2t::TsSectionPat::RegisterPmtCb |
Definition at line 20 of file ts_section_pat.h.
|
explicit |
Definition at line 19 of file ts_section_pat.cc.
|
override |
Definition at line 24 of file ts_section_pat.cc.
|
overridevirtual |
Implements shaka::media::mp2t::TsSectionPsi.
Definition at line 27 of file ts_section_pat.cc.
|
overridevirtual |
Implements shaka::media::mp2t::TsSectionPsi.
Definition at line 119 of file ts_section_pat.cc.