vpx_codec_ctx_t

Type Alias vpx_codec_ctx_t 

Source
pub type vpx_codec_ctx_t = vpx_codec_ctx;

Aliased Type§

#[repr(C)]
pub struct vpx_codec_ctx_t { pub name: *const i8, pub iface: *const vpx_codec_iface, pub err: vpx_codec_err_t, pub err_detail: *const i8, pub init_flags: i64, pub config: vpx_codec_ctx__bindgen_ty_1, pub priv_: *mut vpx_codec_priv, }

Fields§

§name: *const i8§iface: *const vpx_codec_iface§err: vpx_codec_err_t§err_detail: *const i8§init_flags: i64§config: vpx_codec_ctx__bindgen_ty_1§priv_: *mut vpx_codec_priv