stream_t Struct Reference

stream_t definition More...

Collaboration diagram for stream_t:

Collaboration graph
[legend]

Data Fields

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
vlc_iconv_t conv
int i_char_width
bool b_little_endian
VLC_COMMON_MEMBERS these members are common for all vlc objects
int i_object_id
int i_object_type
const char * psz_object_type
char * psz_object_name
char * psz_header
int i_flags
volatile bool b_error
 set by the object
volatile bool b_die
 set by the outside
volatile bool b_dead
 set by the object
bool b_force
 set by the outside (eg.
libvlc_int_tp_libvlc
 (root of all evil) - 1
vlc_object_tp_parent
 our parent
void * p_private
int be_sure_to_add_VLC_COMMON_MEMBERS_to_struct
 Just a reminder so that people don't cast garbage.

Detailed Description

stream_t definition


Field Documentation

int stream_t::i_object_id

int stream_t::i_object_type

const char* stream_t::psz_object_type

char* stream_t::psz_object_name

char* stream_t::psz_header

int stream_t::i_flags

volatile bool stream_t::b_error

set by the object

volatile bool stream_t::b_die

set by the outside

volatile bool stream_t::b_dead

set by the object

bool stream_t::b_force

set by the outside (eg.

module_Need())

libvlc_int_t* stream_t::p_libvlc

(root of all evil) - 1

vlc_object_t* stream_t::p_parent

our parent

void* stream_t::p_private

int stream_t::be_sure_to_add_VLC_COMMON_MEMBERS_to_struct

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

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)

void(* stream_t::pf_destroy)(stream_t *)

stream_sys_t* stream_t::p_sys

vlc_iconv_t stream_t::conv

int stream_t::i_char_width

bool stream_t::b_little_endian


The documentation for this struct was generated from the following file:
Generated on Wed Aug 13 10:00:36 2008 for VLC by  doxygen 1.5.1