encoder_t Struct Reference
[Decoder]

Collaboration diagram for encoder_t:

Collaboration graph
[legend]

Data Fields

module_tp_module
encoder_sys_tp_sys
es_format_t fmt_in
es_format_t fmt_out
block_t *(* pf_encode_video )(encoder_t *, picture_t *)
block_t *(* pf_encode_audio )(encoder_t *, aout_buffer_t *)
block_t *(* pf_encode_sub )(encoder_t *, subpicture_t *)
int i_threads
int i_iframes
int i_bframes
int i_tolerance
config_chain_tp_cfg
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.

Field Documentation

int encoder_t::i_object_id

int encoder_t::i_object_type

const char* encoder_t::psz_object_type

char* encoder_t::psz_object_name

char* encoder_t::psz_header

int encoder_t::i_flags

volatile bool encoder_t::b_error

set by the object

volatile bool encoder_t::b_die

set by the outside

volatile bool encoder_t::b_dead

set by the object

bool encoder_t::b_force

set by the outside (eg.

module_Need())

libvlc_int_t* encoder_t::p_libvlc

(root of all evil) - 1

vlc_object_t* encoder_t::p_parent

our parent

void* encoder_t::p_private

int encoder_t::be_sure_to_add_VLC_COMMON_MEMBERS_to_struct

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

module_t* encoder_t::p_module

encoder_sys_t* encoder_t::p_sys

es_format_t encoder_t::fmt_in

es_format_t encoder_t::fmt_out

block_t*( * encoder_t::pf_encode_video)(encoder_t *, picture_t *)

block_t*( * encoder_t::pf_encode_audio)(encoder_t *, aout_buffer_t *)

block_t*( * encoder_t::pf_encode_sub)(encoder_t *, subpicture_t *)

int encoder_t::i_threads

int encoder_t::i_iframes

int encoder_t::i_bframes

int encoder_t::i_tolerance

config_chain_t* encoder_t::p_cfg


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