|
XMMS2
|
Functions | |
| xmms_stream_type_t * | xmms_stream_type_parse (va_list ap) |
| gboolean | xmms_stream_type_match (const xmms_stream_type_t *in_type, const xmms_stream_type_t *out_type) |
| xmms_stream_type_t * | xmms_stream_type_coerce (const xmms_stream_type_t *in, const GList *goal_types) |
| Find the best pair of formats. More... | |
| xmms_stream_type_t * | _xmms_stream_type_new (const gchar *begin,...) |
| xmms_stream_type_t* _xmms_stream_type_new | ( | const gchar * | begin, |
| ... | |||
| ) |
Referenced by xmms_stream_type_coerce().
| xmms_stream_type_t* xmms_stream_type_coerce | ( | const xmms_stream_type_t * | in, |
| const GList * | goal_types | ||
| ) |
Find the best pair of formats.
| gboolean xmms_stream_type_match | ( | const xmms_stream_type_t * | in_type, |
| const xmms_stream_type_t * | out_type | ||
| ) |
Referenced by xmms_xform_plugin_supports().
| xmms_stream_type_t* xmms_stream_type_parse | ( | va_list | ap | ) |