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.
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.