|
Shaka Packager SDK
|
Public Member Functions | |
| int | GetNext () |
Definition at line 16 of file continuity_counter.h.
| shaka::media::mp2t::ContinuityCounter::ContinuityCounter | ( | ) |
Definition at line 13 of file continuity_counter.cc.
| shaka::media::mp2t::ContinuityCounter::~ContinuityCounter | ( | ) |
Definition at line 14 of file continuity_counter.cc.
| int shaka::media::mp2t::ContinuityCounter::GetNext | ( | ) |
As specified by the spec, this starts from 0 and is incremented by 1 until it wraps back to 0 when it reaches 16.
Definition at line 16 of file continuity_counter.cc.