![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| FResamplerImpl () | |
| ~FResamplerImpl () | |
| void | Init (EResamplingMethod ResamplingMethod, float StartingSampleRateRatio, int32 InNumChannels) |
| void | SetSampleRateRatio (float InRatio) |
| int32 | ProcessAudio (float *InAudioBuffer, int32 InSamples, bool bEndOfInput, float *OutAudioBuffer, int32 MaxOutputFrames, int32 &OutNumFrames) |
| Audio::FResamplerImpl::FResamplerImpl | ( | ) |
| Audio::FResamplerImpl::~FResamplerImpl | ( | ) |
| void Audio::FResamplerImpl::Init | ( | EResamplingMethod | ResamplingMethod, |
| float | StartingSampleRateRatio, | ||
| int32 | InNumChannels | ||
| ) |
| int32 Audio::FResamplerImpl::ProcessAudio | ( | float * | InAudioBuffer, |
| int32 | InSamples, | ||
| bool | bEndOfInput, | ||
| float * | OutAudioBuffer, | ||
| int32 | MaxOutputFrames, | ||
| int32 & | OutNumFrames | ||
| ) |