
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.
Referenced by CreateEncoder(), DeleteEncoder(), and ImageWrite().
Referenced by CreateEncoder(), DeleteEncoder(), and ImageWrite().
(root of all evil) - 1
Referenced by CreateEncoder(), and DeleteEncoder().
our parent
| block_t*( * encoder_t::pf_encode_audio)(encoder_t *, block_t *) |
| block_t*( * encoder_t::pf_encode_sub)(encoder_t *, subpicture_t *) |
| block_t*( * encoder_t::pf_encode_video)(encoder_t *, picture_t *) |
Referenced by ImageWrite().
| char* encoder_t::psz_header |
| const char* encoder_t::psz_object_type |
1.7.1