FAudioFileReader::FAudioFileReader

Constructor.

Windows
MacOS
Linux

References

Module

AudioMixer

Header

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

Include

#include "FileDecoder.h"

Source

/Engine/Source/Runtime/AudioMixer/Private/FileDecoder.cpp

Syntax

FAudioFileReader
(
    const FString & InPath
)

Remarks

  1. Takes a file path and immediately loads info. Optionally, CallbackSize can be used to indicate the size of chunks that will be popped off of this instance. When set to 0, the entire file is decompressed into memory.

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