IAudioMixerPlatformInterface::GetNumFrames

Allows platforms to filter the requested number of frames to render.

Windows
MacOS
Linux

References

Module

AudioMixerCore

Header

/Engine/Source/Runtime/AudioMixerCore/Public/AudioMixer.h

Include

#include "AudioMixer.h"

Syntax

virtual int32 GetNumFrames
(
    const int32 InNumReqestedFrames
)

Remarks

Allows platforms to filter the requested number of frames to render. Some platforms only support specific frame counts.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss