Audio::ESeekType::Type

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/SampleBufferReader.h

Include

#include "DSP/SampleBufferReader.h"

Syntax

namespace Audio
{
    namespace ESeekType
    {
        enum Type
        {
            FromBeginning,
            FromCurrentPosition,
            FromEnd,
        }
    }
}

Values

Name

Description

FromBeginning

FromCurrentPosition

FromEnd

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