pub unsafe extern "C" fn ff_audio_data_drain(
a: *mut AudioData,
nb_samples: c_int,
)
Expand description
Drain samples from the start of the AudioData.
Remaining samples are shifted to the start of the AudioData.
@param a AudioData struct @param nb_samples number of samples to drain