Definition at line 27 of file vpx_parser.h.
◆ VPxParser()
| shaka::media::VPxParser::VPxParser |
( |
| ) |
|
|
inline |
◆ ~VPxParser()
| virtual shaka::media::VPxParser::~VPxParser |
( |
| ) |
|
|
inlinevirtual |
◆ codec_config()
- Returns
- VPx codec configuration extracted. Note that it is only valid after parsing a keyframe or intra frame successfully.
Definition at line 44 of file vpx_parser.h.
◆ Parse()
| virtual bool shaka::media::VPxParser::Parse |
( |
const uint8_t * |
data, |
|
|
size_t |
data_size, |
|
|
std::vector< VPxFrameInfo > * |
vpx_frames |
|
) |
| |
|
pure virtual |
Parse data with size data_size.
- Parameters
-
| data_size | Size of the sample in bytes. Note that it should be a full sample. |
| [out] | vpx_frames | points to the list of VPx frames for the current sample on success. Cannot be NULL. |
- Returns
- true on success, false otherwise.
Implemented in shaka::media::VP8Parser, and shaka::media::VP9Parser.
◆ writable_codec_config()
The documentation for this class was generated from the following file: