|
VLC
2.1.0-git
|

Data Fields | |
| module_t * | p_module |
| encoder_sys_t * | p_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 *, block_t *) |
| block_t *(* | pf_encode_sub )(encoder_t *, subpicture_t *) |
| int | i_threads |
| int | i_iframes |
| int | i_bframes |
| int | i_tolerance |
| config_chain_t * | p_cfg |
VLC_COMMON_MEMBERS \ * these members are common for all vlc objects \ | |
| const char * | psz_object_type |
| char * | psz_header |
| int | i_flags |
| bool | b_force |
| set by the outside (eg. | |
| libvlc_int_t * | p_libvlc |
| (root of all evil) - 1 | |
| vlc_object_t * | p_parent |
| our parent | |
| bool encoder_t::b_force |
set by the outside (eg.
| es_format_t encoder_t::fmt_in |
Referenced by CreateEncoder(), DeleteEncoder(), and ImageWrite().
| es_format_t encoder_t::fmt_out |
Referenced by CreateEncoder(), DeleteEncoder(), and ImageWrite().
| int encoder_t::i_bframes |
| int encoder_t::i_flags |
| int encoder_t::i_iframes |
| int encoder_t::i_threads |
| int encoder_t::i_tolerance |
| config_chain_t* encoder_t::p_cfg |
| libvlc_int_t* encoder_t::p_libvlc |
(root of all evil) - 1
| module_t* encoder_t::p_module |
Referenced by CreateEncoder(), and DeleteEncoder().
| vlc_object_t* encoder_t::p_parent |
our parent
| encoder_sys_t* encoder_t::p_sys |
| block_t*( * encoder_t::pf_encode_sub)(encoder_t *, subpicture_t *) |
Referenced by ImageWrite().
| char* encoder_t::psz_header |
| const char* encoder_t::psz_object_type |
1.8.1.2