|
Shaka Packager SDK
|
Public Member Functions | |
| void | PushData (const uint8_t *data, size_t data_size) |
| Pushes data onto the end of the buffer. | |
| bool | Next (std::vector< std::string > *out) |
| void | Flush () |
Definition at line 43 of file text_readers.h.
| shaka::media::BlockReader::BlockReader | ( | ) |
Definition at line 72 of file text_readers.cc.
| void shaka::media::BlockReader::Flush | ( | ) |
Indicates that no more data is coming and that calls to Next should return even possibly-incomplete data.
Definition at line 104 of file text_readers.cc.
| bool shaka::media::BlockReader::Next | ( | std::vector< std::string > * | out | ) |
Reads the next block from the buffer.
Definition at line 79 of file text_readers.cc.
| void shaka::media::BlockReader::PushData | ( | const uint8_t * | data, |
| size_t | data_size | ||
| ) |
Pushes data onto the end of the buffer.
Definition at line 74 of file text_readers.cc.