Data Fields

stream_t Struct Reference
[Stream]

stream_t definition More...

Collaboration diagram for stream_t:
Collaboration graph
[legend]

Data Fields

VLC_COMMON_MEMBERS bool b_error
module_tp_module
char * psz_access
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

Detailed Description

stream_t definition


Field Documentation

VLC_COMMON_MEMBERS bool stream_t::b_error

Referenced by DStreamPeek(), and DStreamRead().

Referenced by stream_FilterNew(), and StreamDelete().

Referenced by stream_FilterNew(), and StreamDelete().

int(* stream_t::pf_control)(stream_t *, int i_query, va_list)
int(* stream_t::pf_peek)(stream_t *, const uint8_t **pp_peek, unsigned int i_peek)
int(* stream_t::pf_read)(stream_t *, void *p_read, unsigned int i_read)

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