[][src]Function flac_sys::FLAC__stream_decoder_new

pub unsafe extern "C" fn FLAC__stream_decoder_new() -> *mut FLAC__StreamDecoder

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

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