|
xine-lib
1.2.9
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <fcntl.h>#include <sys/stat.h>#include <errno.h>#include <xine/xine_internal.h>#include <xine/xineutils.h>#include <xine/input_plugin.h>#include "net_buf_ctrl.h"Data Structures | |
| struct | stdin_input_plugin_t |
Macros | |
| #define | LOG_MODULE "input_stdin_fifo" |
| #define | LOG_VERBOSE |
| #define | BUFSIZE 1024 |
| #define | FILE_FLAGS O_RDONLY |
| #define | INPUT_STDIN_CATALOG { PLUGIN_INPUT, 18, "stdin", XINE_VERSION_CODE, NULL, stdin_plugin_init_class } |
Variables | |
| const plugin_info_t xine_plugin_info [] | EXPORTED |
| #define BUFSIZE 1024 |
Referenced by stdin_plugin_seek().
| #define FILE_FLAGS O_RDONLY |
Referenced by stdin_plugin_open().
| #define INPUT_STDIN_CATALOG { PLUGIN_INPUT, 18, "stdin", XINE_VERSION_CODE, NULL, stdin_plugin_init_class } |
| #define LOG_MODULE "input_stdin_fifo" |
Referenced by stdin_plugin_dispose(), stdin_plugin_read(), and stdin_plugin_wait().
| #define LOG_VERBOSE |
|
static |
References lprintf, nbc_init(), NULL, stdin_plugin_dispose(), stdin_plugin_get_blocksize(), stdin_plugin_get_capabilities(), stdin_plugin_get_current_pos(), stdin_plugin_get_length(), stdin_plugin_get_mrl(), stdin_plugin_get_optional_data(), stdin_plugin_open(), stdin_plugin_read(), stdin_plugin_read_block(), stdin_plugin_seek(), and xine_stream_s::xine.
Referenced by stdin_plugin_init_class().
|
static |
References LOG_MODULE, nbc_close(), XINE_VERBOSITY_DEBUG, and xprintf.
Referenced by stdin_class_get_instance().
|
static |
Referenced by stdin_class_get_instance().
|
static |
References INPUT_CAP_PREVIEW.
Referenced by stdin_class_get_instance().
|
static |
Referenced by stdin_class_get_instance().
|
static |
Referenced by stdin_class_get_instance().
|
static |
Referenced by stdin_class_get_instance().
|
static |
References INPUT_OPTIONAL_DATA_PREVIEW, and INPUT_OPTIONAL_UNSUPPORTED.
Referenced by stdin_class_get_instance().
|
static |
References default_input_class_dispose, N_, NULL, and stdin_class_get_instance().
|
static |
References _, FILE_FLAGS, lprintf, MAX_PREVIEW_SIZE, mode(), stdin_plugin_read(), xine_open_cloexec(), XINE_VERBOSITY_LOG, and xprintf.
Referenced by stdin_class_get_instance().
|
static |
References _x_message(), LOG_MODULE, lprintf, NULL, stdin_plugin_wait(), XINE_MSG_FILE_NOT_FOUND, XINE_MSG_PERMISSION_ERROR, XINE_MSG_READ_ERROR, XINE_VERBOSITY_LOG, XIO_READY, and xprintf.
Referenced by stdin_class_get_instance(), stdin_plugin_open(), and stdin_plugin_read_block().
|
static |
|
static |
References _, BUFSIZE, lprintf, input_plugin_s::read, XINE_VERBOSITY_LOG, and xprintf.
Referenced by stdin_class_get_instance().
|
static |
References _x_io_select(), _x_message(), LOG_MODULE, NULL, xine_cfg_entry_s::num_value, xine_config_lookup_entry(), XINE_MSG_READ_ERROR, XINE_VERBOSITY_DEBUG, XINE_VERBOSITY_LOG, XIO_ABORTED, XIO_READ_READY, XIO_READY, XIO_TIMEOUT, and xprintf.
Referenced by stdin_plugin_read().
| const plugin_info_t xine_plugin_info [] EXPORTED |
1.8.14