
Defines | |
| #define | SADD_INFO(type, field) |
Enumerations | |
| enum | qtl_fullscreen_t { FULLSCREEN_NORMAL, FULLSCREEN_DOUBLE, FULLSCREEN_HALF, FULLSCREEN_CURRENT, FULLSCREEN_FULL } |
| enum | qtl_loop_t { LOOP_TRUE, LOOP_FALSE, LOOP_PALINDROME } |
Functions | |
| static int | Demux (demux_t *p_demux) |
| static int | Control (demux_t *p_demux, int i_query, va_list args) |
| int | Import_QTL (vlc_object_t *p_this) |
| void | Close_QTL (vlc_object_t *p_this) |
Variables | |
| const char * | ppsz_fullscreen [] = { "normal", "double", "half", "current", "full" } |
| const char * | ppsz_loop [] = { "true", "false", "palindrome" } |
| #define SADD_INFO | ( | type, | |||
| field | ) |
Value:
if( field ) { input_item_AddInfo( \ p_input, "QuickTime Media Link", type, "%s", field ) ; }
| enum qtl_fullscreen_t |
| enum qtl_loop_t |
| void Close_QTL | ( | vlc_object_t * | p_this | ) |
| 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 _, FULLSCREEN_CURRENT, FULLSCREEN_DOUBLE, FULLSCREEN_FULL, FULLSCREEN_HALF, FULLSCREEN_NORMAL, GetCurrentItem(), input_item_New, input_item_node_AppendItem(), input_item_node_Create(), input_item_node_PostAndDelete(), LOOP_FALSE, LOOP_PALINDROME, LOOP_TRUE, msg_Dbg, msg_Err, ppsz_fullscreen, ppsz_loop, demux_t::s, SADD_INFO, vlc_gc_decref, VLC_SUCCESS, xml_Create, xml_Delete(), XML_READER_STARTELEM, xml_ReaderCreate, xml_ReaderDelete, xml_ReaderName, xml_ReaderNextAttr, xml_ReaderNodeType, xml_ReaderRead, and xml_ReaderValue.
| int Import_QTL | ( | vlc_object_t * | p_this | ) |
References Control(), Demux(), demux_IsPathExtension(), msg_Dbg, demux_t::pf_control, demux_t::pf_demux, VLC_EGENERIC, and VLC_SUCCESS.
| const char* ppsz_fullscreen[] = { "normal", "double", "half", "current", "full" } |
Referenced by Demux().
1.5.6