#include <plugin.h>
Data Fields | |
| int(* | create_output_file )(void *data, const char *filename) |
| Output file callback. | |
| int(* | create_temp_file )(void *data, const char *filename) |
| Temp file callback. | |
| void * | data |
| Application specific data passed as the first argument to all callbacks. | |
| int(* bg_encoder_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 |
| int(* bg_encoder_callbacks_s::create_temp_file)(void *data, const char *filename) |
Temp file callback.
| data | The data member of this bg_ov_callbacks_s struct | |
| filename | Name of the created file |
Application specific data passed as the first argument to all callbacks.