xine-lib 1.2.11
Data Fields
video_driver_class_s Struct Reference

#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)
 

Field Documentation

◆ description

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().

◆ dispose

void(* video_driver_class_s::dispose) (video_driver_class_t *self)

◆ identifier

const char* video_driver_class_s::identifier

◆ open_plugin

vo_driver_t *(* video_driver_class_s::open_plugin) (video_driver_class_t *self, const void *visual)

◆ text_domain

const char* video_driver_class_s::text_domain

Optional non-standard catalog to use with dgettext() for description.


The documentation for this struct was generated from the following file: