AudioResampler.getInFrames

Get the number of input frames that would currently be needed to produce out_frames from resampler.

class AudioResampler
size_t
getInFrames
(
size_t outFrames
)

Parameters

outFrames size_t

number of input frames

Return Value

Type: size_t

The number of input frames needed for producing out_frames of data from resampler.