|
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.
|
explicit |
Create a new SyncSampleIterator from sync sample box.
Definition at line 15 of file sync_sample_iterator.cc.
| shaka::media::mp4::SyncSampleIterator::~SyncSampleIterator | ( | ) |
Definition at line 20 of file sync_sample_iterator.cc.
| 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.