AudioResampler.getOutFrames

Get the number of output frames that would be currently available when in_frames are given to resampler.

class AudioResampler
size_t
getOutFrames
(
size_t inFrames
)

Parameters

inFrames size_t

number of input frames

Return Value

Type: size_t

The number of frames that would be available after giving in_frames as input to resampler.