Shaka Packager SDK
|
#include <sync_sample_iterator.h>
Public Member Functions | |
SyncSampleIterator (const SyncSample &sync_sample) | |
Create a new SyncSampleIterator from sync sample box. | |
bool | AdvanceSample () |
bool | IsSyncSample () const |
bool | IsSyncSample (uint32_t sample) const |
Sync sample box (STSS) iterator used to iterate through the entries within the compressed table.
Definition at line 22 of file sync_sample_iterator.h.
bool shaka::media::mp4::SyncSampleIterator::AdvanceSample | ( | ) |
Advance to the next sample.
Definition at line 22 of file sync_sample_iterator.cc.
bool shaka::media::mp4::SyncSampleIterator::IsSyncSample | ( | ) | const |
Definition at line 29 of file sync_sample_iterator.cc.
bool shaka::media::mp4::SyncSampleIterator::IsSyncSample | ( | uint32_t | sample | ) | const |
Definition at line 36 of file sync_sample_iterator.cc.