[][src]Function flac_sys::FLAC__stream_encoder_set_loose_mid_side_stereo

pub unsafe extern "C" fn FLAC__stream_encoder_set_loose_mid_side_stereo(
    encoder: *mut FLAC__StreamEncoder,
    value: FLAC__bool
) -> FLAC__bool

Set to \c true to enable adaptive switching between mid-side and left-right encoding on stereo input. Set to \c false to use exhaustive searching. Setting this to \c true requires FLAC__stream_encoder_set_do_mid_side_stereo() to also be set to \c true in order to have any effect.

\default \c false \param encoder An encoder instance to set. \param value Flag value (see above). \assert \code encoder != NULL \endcode \retval FLAC__bool \c false if the encoder is already initialized, else \c true.