pub type WebPRGBABuffer = WebPRGBABuffer;
Expand description
WebPDecBuffer: Generic structure for describing the output sample buffer.
Aliased Type§
struct WebPRGBABuffer {
pub rgba: *mut u8,
pub stride: i32,
pub size: usize,
}
Fields§
§rgba: *mut u8
§stride: i32
§size: usize