|
kodi
|
Public Member Functions | |
| FFmpegExtraData (size_t size) | |
| FFmpegExtraData (const uint8_t *data, size_t size) | |
| FFmpegExtraData (const FFmpegExtraData &other) | |
| FFmpegExtraData (FFmpegExtraData &&other) noexcept | |
| FFmpegExtraData & | operator= (const FFmpegExtraData &other) |
| FFmpegExtraData & | operator= (FFmpegExtraData &&other) noexcept |
| bool | operator== (const FFmpegExtraData &other) const |
| bool | operator!= (const FFmpegExtraData &other) const |
| operator bool () const | |
| uint8_t * | GetData () |
| const uint8_t * | GetData () const |
| size_t | GetSize () const |
| uint8_t * | TakeData () |
| Take ownership over the extra data buffer. More... | |
| uint8_t * FFmpegExtraData::TakeData | ( | ) |
Take ownership over the extra data buffer.
It's in the responsibility of the caller to free the buffer with av_free. After the call FFmpegExtraData is empty.
1.8.13