![]() |
Miam-Player
0.8.0
A nice music player
|
#include <frame.h>
Public Attributes | |
| enum AVFrameSideDataType | type |
| uint8_t * | data |
| int | size |
| AVDictionary * | metadata |
| AVBufferRef * | buf |
Structure to hold side data for an AVFrame.
sizeof(AVFrameSideData) is not a part of the public ABI, so new fields may be added to the end with a minor bump.
| AVBufferRef* AVFrameSideData::buf |
| uint8_t* AVFrameSideData::data |
| AVDictionary* AVFrameSideData::metadata |
| int AVFrameSideData::size |
| enum AVFrameSideDataType AVFrameSideData::type |