pub type WebPDecoderConfig = WebPDecoderConfig;Expand description
Main object storing the configuration for advanced decoding.
Aliased Type§
struct WebPDecoderConfig {
pub input: WebPBitstreamFeatures,
pub output: WebPDecBuffer,
pub options: WebPDecoderOptions,
}Fields§
§input: WebPBitstreamFeatures§output: WebPDecBuffer§options: WebPDecoderOptions