[][src]Function flac_sys::FLAC__stream_encoder_new

pub unsafe extern "C" fn FLAC__stream_encoder_new() -> *mut FLAC__StreamEncoder

Create a new stream encoder instance. The instance is created with default settings; see the individual FLAC__stream_encoder_set_*() functions for each setting's default.

\retval FLAC__StreamEncoder* \c NULL if there was an error allocating memory, else the new instance.