[][src]Function flac_sys::FLAC__stream_encoder_set_do_mid_side_stereo

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

Set to \c true to enable mid-side encoding on stereo input. The number of channels must be 2 for this to have any effect. Set to \c false to use only independent channel coding.

\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.