Shaka Packager SDK
|
Parser for WebM ContentEncodings element. More...
#include <webm_content_encodings_client.h>
Public Member Functions | |
const ContentEncodings & | content_encodings () const |
WebMParserClient * | OnListStart (int id) override |
WebMParserClient methods. | |
bool | OnListEnd (int id) override |
bool | OnUInt (int id, int64_t val) override |
bool | OnBinary (int id, const uint8_t *data, int size) override |
Public Member Functions inherited from shaka::media::WebMParserClient | |
virtual bool | OnFloat (int id, double val) |
virtual bool | OnString (int id, const std::string &str) |
Additional Inherited Members | |
Protected Member Functions inherited from shaka::media::WebMParserClient | |
DISALLOW_COPY_AND_ASSIGN (WebMParserClient) | |
Parser for WebM ContentEncodings element.
Definition at line 21 of file webm_content_encodings_client.h.