Include dependency graph for mms.c:

Data Structures | |
| struct | access_sys_t |
Defines | |
| #define | CACHING_TEXT N_("Caching value in ms") |
| #define | CACHING_LONGTEXT |
| #define | ALL_TEXT N_("Force selection of all streams") |
| #define | ALL_LONGTEXT |
| #define | BITRATE_TEXT N_( "Maximum bitrate" ) |
| #define | BITRATE_LONGTEXT |
| #define | PROXY_TEXT N_("HTTP proxy") |
| #define | PROXY_LONGTEXT |
| #define | TIMEOUT_TEXT N_("TCP/UDP timeout (ms)") |
| #define | TIMEOUT_LONGTEXT N_("Amount of time (in ms) to wait before aborting network reception of data. Note that there will be 10 retries before completely giving up.") |
Functions | |
| static int | Open (vlc_object_t *) |
| static void | Close (vlc_object_t *) |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| #define ALL_LONGTEXT |
Value:
N_( \ "MMS streams can contain several elementary streams, with different " \ "bitrates. You can choose to select all of them." )
| #define ALL_TEXT N_("Force selection of all streams") |
| #define BITRATE_LONGTEXT |
Value:
N_( \ "Select the stream with the maximum bitrate under that limit." )
| #define BITRATE_TEXT N_( "Maximum bitrate" ) |
| #define CACHING_LONGTEXT |
Value:
N_( \ "Caching value for MMS streams. This " \ "value should be set in milliseconds." )
| #define CACHING_TEXT N_("Caching value in ms") |
| #define PROXY_LONGTEXT |
Value:
N_( \ "HTTP proxy to be used It must be of the form " \ "http://[user[:pass]@]myproxy.mydomain:myport/ ; " \ "if empty, the http_proxy environment variable will be tried." )
| #define PROXY_TEXT N_("HTTP proxy") |
| #define TIMEOUT_LONGTEXT N_("Amount of time (in ms) to wait before aborting network reception of data. Note that there will be 10 retries before completely giving up.") |
| #define TIMEOUT_TEXT N_("TCP/UDP timeout (ms)") |
| static void Close | ( | vlc_object_t * | ) | [static] |
| static int Open | ( | vlc_object_t * | ) | [static] |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
1.5.1