Audio::ESoundWavePCMWriterState

Enum used to express the current state of a [FSoundWavePCMWriter](API\Runtime\Engine\Sound\FSoundWavePCMWriter)'s current operation.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Sound/SampleBufferIO.h"

Syntax

namespace Audio
{
    enum ESoundWavePCMWriterState
    {
        Idle,
        Generating,
        WritingToDisk,
        Suceeded,
        Failed,
        Cancelled,
    }
}

Values

Name

Description

Idle

Generating

WritingToDisk

Suceeded

Failed

Cancelled

Remarks

Enum used to express the current state of a FSoundWavePCMWriter's current operation.

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