Set the precision, in bits, of the quantized linear predictor
coefficients, or \c 0 to let the encoder select it based on the
blocksize.
\note
In the current implementation, qlp_coeff_precision + bits_per_sample must
be less than 32.
\default \c 0
\param encoder An encoder instance to set.
\param value See above.
\assert
\code encoder != NULL \endcode
\retval FLAC__bool
\c false if the encoder is already initialized, else \c true.
Set the precision, in bits, of the quantized linear predictor coefficients, or \c 0 to let the encoder select it based on the blocksize.
\note In the current implementation, qlp_coeff_precision + bits_per_sample must be less than 32.
\default \c 0 \param encoder An encoder instance to set. \param value See above. \assert \code encoder != NULL \endcode \retval FLAC__bool \c false if the encoder is already initialized, else \c true.