Minimal seek+read+write interface a SpoolFileSampleTableStore needs from its scratch file - SeekableSource plus write(), kept non-templated for the same reason as SeekableSource (see its comment): so DemuxerMP4/SpoolStorageFactory don't need to become templates just to hold/pass one of these around.
More...
#include <SampleTableStore.h>
|
| virtual size_t | readBytes (uint8_t *data, size_t len)=0 |
| |
| virtual bool | seek (size_t pos)=0 |
| |
| virtual size_t | write (const uint8_t *data, size_t len)=0 |
| |
Minimal seek+read+write interface a SpoolFileSampleTableStore needs from its scratch file - SeekableSource plus write(), kept non-templated for the same reason as SeekableSource (see its comment): so DemuxerMP4/SpoolStorageFactory don't need to become templates just to hold/pass one of these around.
◆ readBytes()
| virtual size_t readBytes |
( |
uint8_t * |
data, |
|
|
size_t |
len |
|
) |
| |
|
pure virtualinherited |
◆ seek()
| virtual bool seek |
( |
size_t |
pos | ) |
|
|
pure virtualinherited |
◆ write()
| virtual size_t write |
( |
const uint8_t * |
data, |
|
|
size_t |
len |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: