[][src]Function flac_sys::FLAC__stream_encoder_get_max_lpc_order

pub unsafe extern "C" fn FLAC__stream_encoder_get_max_lpc_order(
    encoder: *const FLAC__StreamEncoder
) -> c_uint

Get the maximum LPC order setting.

\param encoder An encoder instance to query. \assert \code encoder != NULL \endcode \retval unsigned See FLAC__stream_encoder_set_max_lpc_order().