pub struct Vp9Encoder {
pub width: u32,
pub height: u32,
/* private fields */
}Expand description
A safe wrapper for the vpx_codec_ctx_t
Fields§
§width: u32§height: u32pub struct Vp9Encoder {
pub width: u32,
pub height: u32,
/* private fields */
}A safe wrapper for the vpx_codec_ctx_t
width: u32§height: u32