Miam-Player  0.8.0
A nice music player
AVIOInterruptCB Struct Reference

#include <avio.h>

Public Attributes

int(* callback )(void *)
 
void * opaque
 

Detailed Description

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.

Member Data Documentation

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

The documentation for this struct was generated from the following file: