AVFrameSideData

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.

Members

Variables

buf
AVBufferRef* buf;
Undocumented in source.
data
ubyte* data;
Undocumented in source.
metadata
AVDictionary* metadata;
Undocumented in source.
size
int size;
Undocumented in source.
type
AVFrameSideDataType type;
Undocumented in source.

Meta