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

#include <avio.h>

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

int(* callback )(void *)
 
voidopaque
 

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

Callback for checking whether to abort blocking functions. AVERROR_EXIT is returned in this case by the interrupted function. During blocking operations, callback is called with opaque as parameter. If the callback returns 1, the blocking operation will be aborted.

No members can be added to this struct without a major bump, if new elements have been added after this struct in AVFormatContext or AVIOContext.

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

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

◆ callback

int(* AVIOInterruptCB::callback) (void *)

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

◆ opaque

void* AVIOInterruptCB::opaque

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


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