UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Audio::FRuntimeResampler Member List

This is the complete list of members for Audio::FRuntimeResampler, including all inherited members.

FRuntimeResampler(int32 InNumChannels)Audio::FRuntimeResampler
GetNumInputFramesNeededToProduceOutputFrames(int32 InNumOutputFrames) constAudio::FRuntimeResampler
GetNumOutputFramesProducedByInputFrames(int32 InNumInputFrames) constAudio::FRuntimeResampler
MaxFrameRatioAudio::FRuntimeResamplerstatic
MinFrameRatioAudio::FRuntimeResamplerstatic
ProcessCircularBuffer(FMultichannelCircularBuffer &InAudio, FMultichannelBuffer &OutAudio)Audio::FRuntimeResampler
ProcessCircularBuffer(FMultichannelCircularBuffer &InAudio, FMultichannelBufferView &OutAudio)Audio::FRuntimeResampler
ProcessInterleaved(TArrayView< const float > Input, TArrayView< float > Output, int32 &OutNumInputFramesConsumed, int32 &OutNumOutputFramesProduced)Audio::FRuntimeResampler
Reset(int32 InNumChannels)Audio::FRuntimeResampler
SetFrameRatio(float InRatio, int32 InNumFramesToInterpolate=0)Audio::FRuntimeResampler