xine-lib 1.2.11
|
#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 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 )(post_class_t *this_gen) |
const char* post_class_s::description |
human readable (verbose = 1 line) description for this plugin class
The description is passed to gettext() to internationalise.
void(* post_class_s::dispose) (post_class_t *this_gen) |
const char* post_class_s::identifier |
short human readable identifier for this plugin class
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) |
Referenced by boxblur_init_plugin(), denoise3d_init_plugin(), eq2_init_plugin(), eq_init_plugin(), expand_init_plugin(), fftgraph_init_plugin(), fftscope_init_plugin(), fill_init_plugin(), invert_init_plugin(), mosaico_init_plugin(), noise_init_plugin(), oscope_init_plugin(), pp_init_plugin(), stretch_init_plugin(), switch_init_plugin(), tdaan_init_plugin(), unsharp_init_plugin(), upmix_init_plugin(), upmix_mono_init_plugin(), and volnorm_init_plugin().
const char* post_class_s::text_domain |
Optional non-standard catalog to use with dgettext() for description.