
Data Structures | |
| struct | demux_sys_t |
Functions | |
| static int | Demux (demux_t *p_demux) |
| static int | Control (demux_t *p_demux, int i_query, va_list args) |
| static int | IsWhitespace (char *psz_string) |
| int | Import_B4S (vlc_object_t *p_this) |
| void | Close_B4S (vlc_object_t *p_this) |
| void Close_B4S | ( | vlc_object_t * | p_this | ) |
References demux_t::p_sys, p_sys, and demux_sys_t::psz_prefix.
| static int Control | ( | demux_t * | p_demux, | |
| int | i_query, | |||
| va_list | args | |||
| ) | [static] |
References VLC_EGENERIC, and VLC_UNUSED.
| static int Demux | ( | demux_t * | p_demux | ) | [static] |
References FREENULL, GetCurrentItem(), input_item_New, input_item_node_AppendItem(), input_item_node_Create(), input_item_node_PostAndDelete(), input_item_SetGenre(), input_item_SetName(), input_item_SetNowPlaying(), IsWhitespace(), msg_Dbg, msg_Err, msg_Warn, psz_name, psz_value, demux_t::s, strdup(), stream_ReadLine(), vlc_gc_decref, VLC_SUCCESS, xml_Create, xml_Delete(), XML_READER_ENDELEM, XML_READER_STARTELEM, XML_READER_TEXT, xml_ReaderCreate, xml_ReaderDelete, xml_ReaderName, xml_ReaderNextAttr, xml_ReaderNodeType, xml_ReaderRead, and xml_ReaderValue.
| int Import_B4S | ( | vlc_object_t * | p_this | ) |
References DEMUX_BY_EXTENSION_OR_FORCED_MSG, FindPrefix(), and VLC_SUCCESS.
| static int IsWhitespace | ( | char * | psz_string | ) | [static] |
Referenced by Demux().
1.5.6