
Data Structures | |
| struct | access_sys_t |
| ************************************************************************** This is our own access_sys_t for zip files More... | |
Defines | |
| #define | BANDWIDTH_TEXT N_("Bandwidth limit (bytes/s)") |
| #define | BANDWIDTH_LONGTEXT |
Functions | |
| static int | Open (vlc_object_t *obj) |
| Open(). | |
| static void | Close (vlc_object_t *obj) |
| Close(). | |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| static ssize_t | Read (access_t *access, uint8_t *buffer, size_t len) |
| static int | Seek (access_t *access, int64_t offset) |
| static int | Control (access_t *access, int cmd, va_list ap) |
| #define BANDWIDTH_LONGTEXT |
Value:
N_( \ "The bandwidth module will drop any data in excess of that many bytes " \ "per seconds." )
| #define BANDWIDTH_TEXT N_("Bandwidth limit (bytes/s)") |
| static void Close | ( | vlc_object_t * | obj | ) | [static] |
| static int Control | ( | access_t * | access, | |
| int | cmd, | |||
| va_list | ap | |||
| ) | [static] |
References access_t::pf_control, and src.
| static int Open | ( | vlc_object_t * | obj | ) | [static] |
| static ssize_t Read | ( | access_t * | access, | |
| uint8_t * | buffer, | |||
| size_t | len | |||
| ) | [static] |
References access_sys_t::bandwidth, access_t::i_update, access_t::info, access_sys_t::last_time, mdate(), msg_Dbg, msg_Err, mwait, access_t::p_sys, p_sys, access_t::pf_read, and src.
| static int Seek | ( | access_t * | access, | |
| int64_t | offset | |||
| ) | [static] |
References access_t::i_update, access_t::info, access_t::pf_seek, and src.
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
1.5.6