|
xine-lib
1.2.10
|
#include <video_out.h>
Data Fields | |
| vo_driver_t *(* | open_plugin )(video_driver_class_t *self, const void *visual) |
| const char * | identifier |
| short human readable identifier for this plugin class More... | |
| const char * | description |
| human readable (verbose = 1 line) description for this plugin class More... | |
| const char * | text_domain |
| Optional non-standard catalog to use with dgettext() for description. More... | |
| void(* | dispose )(video_driver_class_t *self) |
| const char* video_driver_class_s::description |
human readable (verbose = 1 line) description for this plugin class
The description is passed to gettext() to internationalise.
Referenced by fb_init_class(), init_class(), init_class_fb(), opengl2_init_class(), opengl_init_class(), raw_init_class(), vaapi_init_class(), vdpau_init_class(), vo_none_init_class(), and xshm_init_class().
| void(* video_driver_class_s::dispose) (video_driver_class_t *self) |
| const char* video_driver_class_s::identifier |
short human readable identifier for this plugin class
Referenced by fb_init_class(), init_class(), init_class_fb(), opengl2_init_class(), opengl_init_class(), raw_init_class(), vaapi_init_class(), vdpau_init_class(), vo_none_init_class(), and xshm_init_class().
| vo_driver_t*(* video_driver_class_s::open_plugin) (video_driver_class_t *self, const void *visual) |
| const char* video_driver_class_s::text_domain |
Optional non-standard catalog to use with dgettext() for description.
1.8.17