Callbacks for postprocessing. More...
#include <plugin.h>
Data Fields | |
void(* | action_callback )(void *data, char *action) |
Callback describing the current action. | |
void(* | progress_callback )(void *data, float perc) |
Callback describing the progress of the current action. | |
void * | data |
Application specific data passed as the first argument to all callbacks. |
Callbacks for postprocessing.
void(* bg_e_pp_callbacks_t::action_callback)(void *data, char *action) |
Callback describing the current action.
data | The data member of this bg_ov_callbacks_s struct
|
void(* bg_e_pp_callbacks_t::progress_callback)(void *data, float perc) |
Callback describing the progress of the current action.
data | The data member of this bg_ov_callbacks_s struct
|
Application specific data passed as the first argument to all callbacks.