input_thread_t Struct Reference

Main structure representing an input thread. More...

Collaboration diagram for input_thread_t:

Collaboration graph
[legend]

Data Fields

bool b_eof
bool b_preparsing
int i_state
bool b_can_pace_control
int64_t i_time
mtime_t i_pts_delay
input_thread_private_tp
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

Main structure representing an input thread.

This structure is mostly private. The only public fields are READ-ONLY. You must use the helpers to modify them


Field Documentation

int input_thread_t::i_object_id

int input_thread_t::i_object_type

const char* input_thread_t::psz_object_type

char* input_thread_t::psz_object_name

char* input_thread_t::psz_header

int input_thread_t::i_flags

volatile bool input_thread_t::b_error

set by the object

volatile bool input_thread_t::b_die

set by the outside

volatile bool input_thread_t::b_dead

set by the object

bool input_thread_t::b_force

set by the outside (eg.

module_Need())

libvlc_int_t* input_thread_t::p_libvlc

(root of all evil) - 1

vlc_object_t* input_thread_t::p_parent

our parent

void* input_thread_t::p_private

int input_thread_t::be_sure_to_add_VLC_COMMON_MEMBERS_to_struct

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

bool input_thread_t::b_eof

bool input_thread_t::b_preparsing

int input_thread_t::i_state

bool input_thread_t::b_can_pace_control

int64_t input_thread_t::i_time

mtime_t input_thread_t::i_pts_delay

input_thread_private_t* input_thread_t::p


The documentation for this struct was generated from the following file:
Generated on Wed Aug 13 09:11:44 2008 for VLC by  doxygen 1.5.1