get_in_frames
Description:
public size_t get_in_frames (
size_t out_frames)
Calculate how many input frames are currently needed by this to produce out_frames
of output
frames.
Parameters:
this |
a Converter
|
out_frames |
number of output frames
|
Returns:
the number of input frames
|