World of Might and Magic  0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
Структура AVFrameSideData

#include <frame.h>

+ Граф связей класса AVFrameSideData:

Открытые атрибуты

enum AVFrameSideDataType type
 
uint8_tdata
 
int size
 
AVDictionarymetadata
 
AVBufferRefbuf
 

Подробное описание

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.

См. определение в файле frame.h строка 201

Данные класса

◆ type

enum AVFrameSideDataType AVFrameSideData::type

См. определение в файле frame.h строка 202

◆ data

uint8_t* AVFrameSideData::data

См. определение в файле frame.h строка 203

◆ size

int AVFrameSideData::size

См. определение в файле frame.h строка 204

◆ metadata

AVDictionary* AVFrameSideData::metadata

См. определение в файле frame.h строка 205

◆ buf

AVBufferRef* AVFrameSideData::buf

См. определение в файле frame.h строка 206


Объявления и описания членов структуры находятся в файле: