Audio::ESoundWavePCMWriteTaskType

Enum used internally by the [FSoundWavePCMWriter](API\Runtime\Engine\Sound\FSoundWavePCMWriter).

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SampleBufferIO.h

Include

#include "Sound/SampleBufferIO.h"

Syntax

namespace Audio
{
    enum ESoundWavePCMWriteTaskType
    {
        GenerateSoundWave,
        GenerateAndWriteSoundWave,
        WriteSoundWave,
        WriteWavFile,
    }
}

Values

Name

Description

GenerateSoundWave

GenerateAndWriteSoundWave

WriteSoundWave

WriteWavFile

Remarks

Enum used internally by the FSoundWavePCMWriter.

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