ZL_DCtx_registerTypedDecoder

Function ZL_DCtx_registerTypedDecoder 

Source
pub unsafe extern "C" fn ZL_DCtx_registerTypedDecoder(
    dctx: *mut ZL_DCtx,
    dtd: *const ZL_TypedDecoderDesc,
) -> ZL_Report
Expand description

Register a custom typed decoder transform. Counterpart to ZS2_registerTypedTransform().

Note: Split transforms and Pipe Transforms can be converted into Typed transforms, since it’s a strict superset.