Navigation
API > API/Runtime > API/Runtime/Engine
Enum used to express the current state of a FSoundWavePCMWriter's current operation.
| Name | Audio::ESoundWavePCMWriterState |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SampleBufferIO.h |
| Include Path | #include "Sound/SampleBufferIO.h" |
Syntax
namespace Audio
{
enum ESoundWavePCMWriterState
{
Idle,
Generating,
WritingToDisk,
Suceeded,
Failed,
Cancelled,
}
}
Values
| Name | Remarks |
|---|---|
| Idle | |
| Generating | |
| WritingToDisk | |
| Suceeded | |
| Failed | |
| Cancelled |