FLAC__stream_encoder_process

Function FLAC__stream_encoder_process 

Source
pub unsafe extern "C" fn FLAC__stream_encoder_process(
    encoder: *mut FLAC__StreamEncoder,
    buffer: *const *const FLAC__int32,
    samples: u32,
) -> FLAC__bool