|
xine-lib
1.2.10
|
Data Structures | |
| struct | switch_parameter_s |
Macros | |
| #define | LOG_MODULE "switch" |
| #define | LOG_VERBOSE |
Typedefs | |
| typedef struct switch_parameter_s | switch_parameter_t |
Functions | |
| PARAM_ITEM (POST_PARAM_TYPE_INT, select, NULL, 1, INT_MAX, 1, "the input source which will be passed through to the output") | |
| static xine_post_api_descr_t * | switch_get_param_descr (void) |
| static int | switch_set_parameters (xine_post_t *this_gen, const void *param_gen) |
| static int | switch_get_parameters (xine_post_t *this_gen, void *param_gen) |
| static char * | switch_get_help (void) |
| static int | switch_draw (vo_frame_t *frame, xine_stream_t *stream) |
| static void | switch_dispose (post_plugin_t *this_gen) |
| static post_plugin_t * | switch_open_plugin (post_class_t *class_gen, int inputs, xine_audio_port_t **audio_target, xine_video_port_t **video_target) |
| static void * | switch_init_plugin (xine_t *xine, const void *data) |
Variables | |
| static const post_info_t | switch_special_info |
| const plugin_info_t xine_plugin_info[] | EXPORTED |
| #define LOG_MODULE "switch" |
| #define LOG_VERBOSE |
| typedef struct switch_parameter_s switch_parameter_t |
| PARAM_ITEM | ( | POST_PARAM_TYPE_INT | , |
| select | , | ||
| NULL | , | ||
| 1 | , | ||
| INT_MAX | , | ||
| 1 | , | ||
| "the input source which will be passed through to the output" | |||
| ) |
|
static |
References _x_post_dispose().
Referenced by switch_open_plugin().
|
static |
|
static |
References _.
Referenced by switch_open_plugin().
|
static |
Referenced by switch_open_plugin().
|
static |
References switch_parameter_s::select.
Referenced by switch_open_plugin().
|
static |
References N_, NULL, post_class_s::open_plugin, and switch_open_plugin().
|
static |
References _x_post_init(), _x_post_intercept_video_port(), vo_frame_s::draw, post_video_port_s::frame_lock, input(), lprintf, xine_post_in_s::name, post_video_port_s::new_frame, post_video_port_s::new_port, NULL, post_video_port_s::port_lock, xine_post_api_t::set_parameters, switch_dispose(), switch_draw(), switch_get_help(), switch_get_param_descr(), switch_get_parameters(), switch_set_parameters(), xine_list_push_back(), and XINE_POST_DATA_PARAMETERS.
Referenced by switch_init_plugin().
|
static |
References switch_parameter_s::select.
Referenced by switch_open_plugin().
| const plugin_info_t xine_plugin_info [] EXPORTED |
|
static |
1.8.17