xine-lib 1.2.11
|
#include <post.h>
Data Fields | |
xine_post_t | xine_post |
xine_list_t * | input |
xine_list_t * | output |
void(* | dispose )(post_plugin_t *this_gen) |
xine_ticket_t * | running_ticket |
xine_t * | xine |
const char ** | input_ids |
const char ** | output_ids |
struct plugin_node_s *node | XINE_PRIVATE_FIELD |
Pointer to the loaded plugin node. More... | |
int | dispose_pending |
void(* post_plugin_s::dispose) (post_plugin_t *this_gen) |
int post_plugin_s::dispose_pending |
xine_list_t* post_plugin_s::input |
Referenced by _x_post_init(), _x_post_intercept_audio_port(), and _x_post_intercept_video_port().
const char** post_plugin_s::input_ids |
xine_list_t* post_plugin_s::output |
Referenced by _x_post_init(), _x_post_intercept_audio_port(), and _x_post_intercept_video_port().
const char** post_plugin_s::output_ids |
xine_ticket_t* post_plugin_s::running_ticket |
Referenced by _x_post_lock(), _x_post_rewire(), and _x_post_unlock().
xine_t* post_plugin_s::xine |
xine_post_t post_plugin_s::xine_post |
Referenced by _x_post_init().
struct plugin_node_s* node post_plugin_s::XINE_PRIVATE_FIELD |
Pointer to the loaded plugin node.
Used by the plugins loader. It's an opaque type when using the structure outside of xine's build.