FFmpeg
|
Callback for checking whether to abort blocking functions. More...
#include <avio.h>
Data Fields | |
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.
Field Documentation
int(* AVIOInterruptCB::callback) (void *) |
Definition at line 52 of file avio.h.
Referenced by ff_check_interrupt(), 7digital-python.lib.oauth.OAuthToken::get_callback_url(), read_thread(), and 7digital-python.lib.oauth.OAuthToken::set_callback().
void* AVIOInterruptCB::opaque |
Definition at line 53 of file avio.h.
Referenced by ff_check_interrupt(), and read_thread().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11