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

#include <buffer.h>

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

AVBufferbuffer
 
uint8_tdata
 
int size
 

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

A reference to a data buffer.

The size of this struct is not a part of the public ABI and it is not meant to be allocated directly.

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

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

◆ buffer

AVBuffer* AVBufferRef::buffer

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

◆ data

uint8_t* AVBufferRef::data

The data buffer. It is considered writable if and only if this is the only reference to the buffer, in which case av_buffer_is_writable() returns 1.

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

◆ size

int AVBufferRef::size

Size of data in bytes.

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


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