Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/FileEncoder.h |
| Include | #include "DSP/FileEncoder.h" |
Syntax
class FAudioFileWriter
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAudioFileWriter
(
const FString& InPath, |
Constructor. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Calling the destructor on this class finalizes and closes out the file. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | If PushAudio is called with bEncodeIfPossible set to false, this will need to be called. | ||
| void | GetFileInfo
(
FSoundQualityInfo& OutInfo |
Returns file information. | |
| bool | PushAudio
(
const float* InAudio, |
Use this to push audio to the file writer. |