|
xine-lib
1.2.9
|
#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 |
| plugin_node_t * | node |
| Pointer to the loaded plugin node. More... | |
| int | dispose_pending |
| void(* post_plugin_s::dispose) (post_plugin_t *this_gen) |
Referenced by post_audio_port_unref(), post_restore_video_frame(), post_video_port_unref(), and xine_post_dispose().
| int post_plugin_s::dispose_pending |
Referenced by post_audio_port_unref(), post_restore_video_frame(), and post_video_port_unref().
| 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().
| plugin_node_t* post_plugin_s::node |
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.
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().
1.8.14