|
VLC
2.1.0-git
|

Data Fields | |
| module_t * | p_module |
| char * | psz_access |
| char * | psz_location |
| Location (URL with the scheme stripped) | |
| char * | psz_filepath |
| Local file path (if applicable) | |
| char * | psz_demux |
| ssize_t(* | pf_read )(access_t *, uint8_t *, size_t) |
| block_t *(* | pf_block )(access_t *) |
| int(* | pf_seek )(access_t *, uint64_t) |
| int(* | pf_control )(access_t *, int i_query, va_list args) |
| struct { | |
| unsigned int i_update | |
| uint64_t i_size | |
| uint64_t i_pos | |
| bool b_eof | |
| int i_title | |
| int i_seekpoint | |
| } | info |
| access_sys_t * | p_sys |
| input_thread_t * | p_input |
VLC_COMMON_MEMBERS \ * these members are common for all vlc objects \ | |
| const char * | psz_object_type |
| char * | psz_header |
| int | i_flags |
| bool | b_force |
| set by the outside (eg. | |
| libvlc_int_t * | p_libvlc |
| (root of all evil) - 1 | |
| vlc_object_t * | p_parent |
| our parent | |
| bool access_t::b_eof |
Referenced by access_InitFields(), and AReadBlock().
| bool access_t::b_force |
set by the outside (eg.
| int access_t::i_flags |
| uint64_t access_t::i_pos |
Referenced by access_InitFields(), AStreamControlReset(), AStreamControlUpdate(), and stream_AccessNew().
| int access_t::i_seekpoint |
Referenced by access_InitFields(), Control(), and UpdateTitleSeekpointFromAccess().
| uint64_t access_t::i_size |
Referenced by access_InitFields(), AStreamControl(), and stream_AccessNew().
| int access_t::i_title |
Referenced by access_InitFields(), Control(), and UpdateTitleSeekpointFromAccess().
| unsigned int access_t::i_update |
Referenced by access_InitFields(), MainLoopDemux(), UpdateGenericFromAccess(), and UpdateTitleSeekpointFromAccess().
| struct { ... } access_t::info |
| input_thread_t* access_t::p_input |
Referenced by access_GetParentInput(), access_New(), and stream_AccessNew().
| libvlc_int_t* access_t::p_libvlc |
(root of all evil) - 1
| module_t* access_t::p_module |
Referenced by access_Delete(), and access_New().
| vlc_object_t* access_t::p_parent |
our parent
| access_sys_t* access_t::p_sys |
Referenced by access_New().
Referenced by access_New(), AReadBlock(), and stream_AccessNew().
| int(* access_t::pf_control)(access_t *, int i_query, va_list args) |
Referenced by access_New(), and access_vaControl().
| ssize_t(* access_t::pf_read)(access_t *, uint8_t *, size_t) |
Referenced by access_New(), and AReadStream().
| int(* access_t::pf_seek)(access_t *, uint64_t) |
Referenced by access_New(), and ASeek().
| char* access_t::psz_access |
Referenced by access_Delete(), access_New(), AReadBlock(), AReadStream(), ASeek(), and stream_AccessNew().
| char* access_t::psz_demux |
Referenced by access_Delete(), access_New(), and InputSourceInit().
| char* access_t::psz_filepath |
Local file path (if applicable)
Referenced by access_Delete(), and access_New().
| char* access_t::psz_header |
| char* access_t::psz_location |
Location (URL with the scheme stripped)
Referenced by access_Delete(), access_New(), and stream_AccessNew().
| const char* access_t::psz_object_type |
1.8.1.2