aout_filter_t Struct Reference

audio output filter More...

Collaboration diagram for aout_filter_t:

Collaboration graph
[legend]

Data Fields

audio_sample_format_t input
audio_sample_format_t output
aout_alloc_t output_alloc
module_tp_module
aout_filter_sys_tp_sys
void(* pf_do_work )(struct aout_instance_t *, struct aout_filter_t *, struct aout_buffer_t *, struct aout_buffer_t *)
bool b_in_place
bool b_continuity
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

audio output filter


Field Documentation

int aout_filter_t::i_object_id

int aout_filter_t::i_object_type

const char* aout_filter_t::psz_object_type

char* aout_filter_t::psz_object_name

char* aout_filter_t::psz_header

int aout_filter_t::i_flags

volatile bool aout_filter_t::b_error

set by the object

volatile bool aout_filter_t::b_die

set by the outside

volatile bool aout_filter_t::b_dead

set by the object

bool aout_filter_t::b_force

set by the outside (eg.

module_Need())

libvlc_int_t* aout_filter_t::p_libvlc

(root of all evil) - 1

vlc_object_t* aout_filter_t::p_parent

our parent

void* aout_filter_t::p_private

int aout_filter_t::be_sure_to_add_VLC_COMMON_MEMBERS_to_struct

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

audio_sample_format_t aout_filter_t::input

audio_sample_format_t aout_filter_t::output

aout_alloc_t aout_filter_t::output_alloc

module_t* aout_filter_t::p_module

struct aout_filter_sys_t* aout_filter_t::p_sys

void(* aout_filter_t::pf_do_work)(struct aout_instance_t *, struct aout_filter_t *, struct aout_buffer_t *, struct aout_buffer_t *)

bool aout_filter_t::b_in_place

bool aout_filter_t::b_continuity


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