|
VLC
4.0.0-dev
|

Data Fields | |
| struct vlc_object_t | obj |
| module_t * | p_module |
| void * | p_sys |
| es_format_t | fmt_in |
| vlc_video_context * | vctx_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 |
| const struct encoder_owner_callbacks * | cbs |
| const struct encoder_owner_callbacks* encoder_t::cbs |
Referenced by vlc_encoder_GetDecoderDevice().
| es_format_t encoder_t::fmt_in |
Referenced by CreateEncoder(), DeleteEncoder(), ImageWrite(), and vlc_encoder_GetDecoderDevice().
| 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_object_t encoder_t::obj |
| config_chain_t* encoder_t::p_cfg |
| module_t* encoder_t::p_module |
Referenced by CreateEncoder(), and DeleteEncoder().
| void* encoder_t::p_sys |
| block_t*( * encoder_t::pf_encode_sub) (encoder_t *, subpicture_t *) |
Referenced by ImageWrite().
| vlc_video_context* encoder_t::vctx_in |
1.8.13