pub unsafe extern "C" fn ltc_encoder_get_buffersize(
    e: *mut LTCEncoder
) -> usize
Expand description

Query the length of the internal buffer. It is allocated to hold audio-frames for exactly one LTC frame for the given sample-rate and frame-rate. ie. (1 + sample-rate / fps) bytes

Note this returns the total size of the buffer, not the used/free part. See also \ref ltc_encoder_get_bufferptr

@param e encoder handle @return size of the allocated internal buffer.