![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <WasapiAudioUtils.h>
Static Public Member Functions | |
| static UE_API REFERENCE_TIME | FramesToRefTime (const uint32 InNumFrames, const uint32 InSampleRate) |
| static UE_API uint64 | RefTimeToFrames (const REFERENCE_TIME InRefTime, const uint32 InSampleRate) |
FWasapiAudioUtils - WASAPI utility class
|
static |
FramesToRefTime - Converts a given number of frames at the given sample rate to REFERENCE_TIME.
|
static |
RefTimeToFrames - Converts the given REFERENCE_TIME to a number of frames at the given sample rate.