Data Fields

access_t Struct Reference
[Access]

Collaboration diagram for access_t:
Collaboration graph
[legend]

Data Fields

module_tp_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_tp_sys
input_thread_tp_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_tp_libvlc
 (root of all evil) - 1
vlc_object_tp_parent
 our parent

Field Documentation

Referenced by access_InitFields(), and AReadBlock().

set by the outside (eg.

module_need())

uint64_t access_t::i_pos
uint64_t access_t::i_size
unsigned int access_t::i_update
struct { ... } access_t::info

(root of all evil) - 1

Referenced by access_Delete(), and access_New().

our parent

Referenced by access_New().

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().

Local file path (if applicable).

Referenced by access_Delete(), and access_New().

Location (URL with the scheme stripped).

Referenced by access_Delete(), access_New(), and stream_AccessNew().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines