Skip to main content

JxlEncoderStats

Type Alias JxlEncoderStats 

Source
pub type JxlEncoderStats = JxlEncoderStatsStruct;
Expand description

Opaque structure that holds the encoder statistics.

Allocated and initialized with @ref JxlEncoderStatsCreate(). Cleaned up and deallocated with @ref JxlEncoderStatsDestroy().

Aliased Typeยง

pub struct JxlEncoderStats { /* private fields */ }