[][src]Function flac_sys::FLAC__stream_encoder_set_do_escape_coding

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

Deprecated. Setting this value has no effect.

\default \c false \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.