libvpx.vpx.vpx_codec

Undocumented in source.

Members

Aliases

vpx_codec_ctx_t
alias vpx_codec_ctx_t = 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.
vpx_codec_flags_t
alias vpx_codec_flags_t = long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vpx_codec_iface_t
alias vpx_codec_iface_t = vpx_codec_iface
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vpx_codec_iter_t
alias vpx_codec_iter_t = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vpx_codec_priv_t
alias vpx_codec_priv_t = vpx_codec_priv
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

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

Functions

vpx_codec_build_config
char* vpx_codec_build_config()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vpx_codec_destroy
vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vpx_codec_err_to_string
char* vpx_codec_err_to_string(vpx_codec_err_t err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vpx_codec_error
char* vpx_codec_error(vpx_codec_ctx_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vpx_codec_error_detail
char* vpx_codec_error_detail(vpx_codec_ctx_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vpx_codec_iface_name
char* vpx_codec_iface_name(vpx_codec_iface_t* iface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vpx_codec_version
int vpx_codec_version()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vpx_codec_version_extra_str
char* vpx_codec_version_extra_str()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vpx_codec_version_str
char* vpx_codec_version_str()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

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

Structs

vpx_codec_ctx
struct 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.
vpx_codec_dec_cfg
struct vpx_codec_dec_cfg
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vpx_codec_enc_cfg
struct vpx_codec_enc_cfg
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vpx_codec_iface
struct vpx_codec_iface
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vpx_codec_priv
struct vpx_codec_priv
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta