xine-lib 1.2.13-20230125hg15249
Data Fields
post_class_s Struct Reference

#include <post.h>

Data Fields

post_plugin_t *(* open_plugin )(post_class_t *this_gen, int inputs, xine_audio_port_t **audio_target, xine_video_port_t **video_target)
 
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 )(post_class_t *this_gen)
 

Field Documentation

◆ description

const char* post_class_s::description

human readable (verbose = 1 line) description for this plugin class

The description is passed to gettext() to internationalise.

◆ dispose

void(* post_class_s::dispose) (post_class_t *this_gen)

◆ identifier

const char* post_class_s::identifier

short human readable identifier for this plugin class

◆ open_plugin

post_plugin_t *(* post_class_s::open_plugin) (post_class_t *this_gen, int inputs, xine_audio_port_t **audio_target, xine_video_port_t **video_target)

◆ text_domain

const char* post_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: