
Data Fields | |
| VLC_COMMON_MEMBERS 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 |
| bool access_t::b_eof |
Referenced by access_InitFields(), and AReadBlock().
| uint64_t access_t::i_pos |
Referenced by access_InitFields(), AStreamControlReset(), AStreamControlUpdate(), and stream_AccessNew().
Referenced by access_InitFields(), Control(), and UpdateTitleSeekpointFromAccess().
| uint64_t access_t::i_size |
Referenced by access_InitFields(), AStreamControl(), and stream_AccessNew().
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 |
Referenced by access_GetParentInput(), access_New(), and stream_AccessNew().
| VLC_COMMON_MEMBERS module_t* access_t::p_module |
Referenced by access_Delete(), and access_New().
Referenced by access_New().
| block_t*(* access_t::pf_block)(access_t *) |
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_location |
Location (URL with the scheme stripped).
Referenced by access_Delete(), access_New(), and stream_AccessNew().
1.7.1