Minimal byte accumulator used by DemuxerMTS to buffer incoming bytes until at least one full 188-byte TS packet is available - analogous to ContainerMPG.h's MPGParseBuffer, but without any start-code search (TS packets are fixed-size and found via their own resync logic in DemuxerMTS::parse() instead).
More...
#include <ContainerMTS.h>
Minimal byte accumulator used by DemuxerMTS to buffer incoming bytes until at least one full 188-byte TS packet is available - analogous to ContainerMPG.h's MPGParseBuffer, but without any start-code search (TS packets are fixed-size and found via their own resync logic in DemuxerMTS::parse() instead).
- Author
- Phil Schatzmann
- Copyright
- GPLv3
◆ available()
◆ availableToWrite()
| size_t availableToWrite |
( |
| ) |
|
|
inline |
◆ clear()
◆ consume()
| void consume |
( |
size_t |
len | ) |
|
|
inline |
◆ data()
◆ resize()
| void resize |
( |
size_t |
size | ) |
|
|
inline |
◆ writeArray()
| size_t writeArray |
( |
const uint8_t * |
data, |
|
|
size_t |
len |
|
) |
| |
|
inline |
◆ count
◆ vec
The documentation for this class was generated from the following file: