Navigation
API > API/Runtime > API/Runtime/AudioMixerCore > API/Runtime/AudioMixerCore/IAudioMixerPlatformInterface
Description
Allows platforms to filter the requested number of frames to render. Some platforms only support specific frame counts.
| Name | GetNumFrames |
| Type | function |
| Header File | /Engine/Source/Runtime/AudioMixerCore/Public/AudioMixer.h |
| Include Path | #include "AudioMixer.h" |
virtual int32 GetNumFrames
(
const int32 InNumReqestedFrames
)