#include <plugin.h>
Data Fields | |
| bg_plugin_common_t | common |
| Infos and functions common to all plugin types. | |
| const char * | extensions |
| Supported file extensions (space separated). | |
| int(* | read_header )(void *priv, const char *filename, gavl_video_format_t *format) |
| Read the file header. | |
| int(* | read_image )(void *priv, gavl_video_frame_t *frame) |
| Read the image. | |
Infos and functions common to all plugin types.
| const char* bg_image_reader_plugin_s::extensions |
Supported file extensions (space separated).
| int(* bg_image_reader_plugin_s::read_header)(void *priv, const char *filename, gavl_video_format_t *format) |
Read the file header.
| priv | The handle returned by the create() method | |
| filename | Filename | |
| format | Returns the format of the image |
| int(* bg_image_reader_plugin_s::read_image)(void *priv, gavl_video_frame_t *frame) |
Read the image.
| priv | The handle returned by the create() method | |
| frame | The frame, where the image will be copied |
1.5.6