stream_t Struct Reference
[Stream]

stream_t definition More...

Collaboration diagram for stream_t:

Collaboration graph
[legend]

Data Fields

module_tp_module
char * psz_path
stream_tp_source
int(* pf_read )(stream_t *, void *p_read, unsigned int i_read)
int(* pf_peek )(stream_t *, const uint8_t **pp_peek, unsigned int i_peek)
int(* pf_control )(stream_t *, int i_query, va_list)
void(* pf_destroy )(stream_t *)
stream_sys_tp_sys
stream_text_tp_text
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
volatile bool b_error
 set by the object
volatile bool b_die
 set by the outside
bool b_force
 set by the outside (eg.
bool be_sure_to_add_VLC_COMMON_MEMBERS_to_struct
 Just a reminder so that people don't cast garbage.
libvlc_int_tp_libvlc
 (root of all evil) - 1
vlc_object_tp_parent
 our parent

Detailed Description

stream_t definition

Field Documentation

volatile bool stream_t::b_error

set by the object

Referenced by DStreamPeek(), and DStreamRead().

volatile bool stream_t::b_die

set by the outside (eg.

module_need())

Just a reminder so that people don't cast garbage.

(root of all evil) - 1

our parent

Referenced by AReadBlock(), AReadStream(), and UStreamDestroy().

Referenced by stream_FilterNew(), and StreamDelete().

int(* stream_t::pf_read)(stream_t *, void *p_read, unsigned int i_read)

int(* stream_t::pf_peek)(stream_t *, const uint8_t **pp_peek, unsigned int i_peek)

int(* stream_t::pf_control)(stream_t *, int i_query, va_list)


The documentation for this struct was generated from the following file:

Generated on Sun Nov 22 08:06:34 2009 for VLC by  doxygen 1.5.6