Include dependency graph for qtl.c:

Data Structures | |
| struct | demux_sys_t |
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_ItemAddInfo( \ 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] |
| static int Demux | ( | demux_t * | p_demux | ) | [static] |
| int Import_QTL | ( | vlc_object_t * | p_this | ) |
| const char* ppsz_fullscreen[] = { "normal", "double", "half", "current", "full" } |
| const char* ppsz_loop[] = { "true", "false", "palindrome" } |
1.5.1