Audio::WriterDefaultChunkSize

This is the default chunk size, in bytes that [FSoundWavePCMWriter](API\Runtime\Engine\Sound\FSoundWavePCMWriter) writes to the disk at once.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Sound/SampleBufferIO.h"

Syntax

namespace Audio
{
    static const int32 Audio::WriterDefaultChunkSize = 8192;
}

Remarks

This is the default chunk size, in bytes that FSoundWavePCMWriter writes to the disk at once.

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