pub unsafe extern "C" fn ltc_encoder_get_bufptr(
    e: *mut LTCEncoder,
    size: *mut c_int,
    flush: c_int
) -> *mut ltcsnd_sample_t
Expand description

Retrieve a pointer to the accumulated encoded audio-data.

@param e encoder handle @param size if set, the number of valid bytes in the buffer is stored there @param flush call \ref ltc_encoder_buffer_flush - reset the buffer write-pointer @return pointer to encoder-buffer

@deprecated please use ltc_encoder_get_bufferptr() instead