|
XMMS2
|
#include <glib.h>#include <string.h>Go to the source code of this file.
Macros | |
| #define | XMMS_STREAM_TYPE_BEGIN "placeholder" |
| #define | XMMS_STREAM_TYPE_PRIORITY_FALLBACK 40 |
| #define | XMMS_STREAM_TYPE_PRIORITY_DEFAULT 50 |
Typedefs | |
| typedef enum xmms_stream_type_key_E | xmms_stream_type_key_t |
| typedef struct xmms_stream_type_St | xmms_stream_type_t |
Functions | |
| const char * | xmms_stream_type_get_str (const xmms_stream_type_t *st, xmms_stream_type_key_t key) |
| gint | xmms_stream_type_get_int (const xmms_stream_type_t *st, xmms_stream_type_key_t key) |
| #define XMMS_STREAM_TYPE_BEGIN "placeholder" |
Definition at line 28 of file xmms_streamtype.h.
Referenced by xmms_stream_type_coerce().
| #define XMMS_STREAM_TYPE_PRIORITY_DEFAULT 50 |
Definition at line 45 of file xmms_streamtype.h.
Referenced by xmms_xform_plugin_supports().
| #define XMMS_STREAM_TYPE_PRIORITY_FALLBACK 40 |
Definition at line 44 of file xmms_streamtype.h.
| typedef enum xmms_stream_type_key_E xmms_stream_type_key_t |
| typedef struct xmms_stream_type_St xmms_stream_type_t |
Definition at line 42 of file xmms_streamtype.h.
Definition at line 30 of file xmms_streamtype.h.
| gint xmms_stream_type_get_int | ( | const xmms_stream_type_t * | st, |
| xmms_stream_type_key_t | key | ||
| ) |
Definition at line 171 of file streamtype.c.
Referenced by xmms_sample_frame_size_get(), xmms_sample_ms_to_samples(), xmms_sample_samples_to_ms(), xmms_stream_type_coerce(), xmms_xform_indata_get_int(), xmms_xform_outtype_get_int(), and xmms_xform_plugin_indata_add().
| const char* xmms_stream_type_get_str | ( | const xmms_stream_type_t * | st, |
| xmms_stream_type_key_t | key | ||
| ) |
Definition at line 148 of file streamtype.c.
Referenced by xmms_stream_type_coerce(), xmms_xform_indata_find_str(), xmms_xform_indata_get_str(), xmms_xform_outtype_get_str(), xmms_xform_plugin_indata_add(), and xmms_xform_plugin_supports().
1.8.14