vpx_codec_ctx

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

config
vpx_codec_ctx_cfg config;

< Configuration pointer aliasing union

err
vpx_codec_err_t err;

< Last returned error

err_detail
char* err_detail;

< Detailed info, if available

iface
vpx_codec_iface_t* iface;

< Interface pointers

init_flags
vpx_codec_flags_t init_flags;

< Flags passed at init time

name
char* name;

< Printable interface name

priv
vpx_codec_priv_t* priv;

< Algorithm private storage

Meta