|
xine-lib
1.2.10
|
#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(), _x_post_intercept_video_port(), and xine_post_init().
| const char** post_plugin_s::input_ids |
Referenced by xine_post_init().
| xine_list_t* post_plugin_s::output |
Referenced by _x_post_init(), _x_post_intercept_audio_port(), _x_post_intercept_video_port(), and xine_post_init().
| const char** post_plugin_s::output_ids |
Referenced by xine_post_init().
| xine_ticket_t* post_plugin_s::running_ticket |
Referenced by _x_post_lock(), _x_post_rewire(), _x_post_unlock(), and xine_post_init().
| xine_t* post_plugin_s::xine |
Referenced by xine_post_init().
| xine_post_t post_plugin_s::xine_post |
Referenced by _x_post_init(), and xine_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.
1.8.17