gmerlin
|
Callbacks for the image writer plugin. More...
#include <plugin.h>
Data Fields | |
int(* | create_output_file )(void *data, const char *filename) |
Output file callback. More... | |
void * | data |
Application specific data passed as the first argument to all callbacks. More... | |
Callbacks for the image writer plugin.
int(* bg_iw_callbacks_s::create_output_file)(void *data, const char *filename) |
Output file callback.
data | The data member of this bg_ov_callbacks_s struct |
filename | Name of the created file |
This is called whenever an output file is created.
void* bg_iw_callbacks_s::data |
Application specific data passed as the first argument to all callbacks.