VLC
3.0.15
|
Data Fields | |
struct vlc_common_members | obj |
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 |
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_iframes |
int encoder_t::i_threads |
int encoder_t::i_tolerance |
struct vlc_common_members encoder_t::obj |
config_chain_t* encoder_t::p_cfg |
module_t* encoder_t::p_module |
Referenced by CreateEncoder(), and DeleteEncoder().
encoder_sys_t* encoder_t::p_sys |
block_t*( * encoder_t::pf_encode_sub) (encoder_t *, subpicture_t *) |
Referenced by ImageWrite().