xine-lib 1.2.13-20230125hg15249
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
 
const char * description
 human readable (verbose = 1 line) description for this plugin class
 
const char * text_domain
 Optional non-standard catalog to use with dgettext() for description.
 
void(* dispose )(video_driver_class_t *self)
 

Field Documentation

◆ description

const char* video_driver_class_s::description

◆ 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: