FSampleBufferReader::SeekTime

Seeks the buffer the given time in seconds. Returns true if succeeded.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/SampleBufferReader.h"

Source

/Engine/Source/Runtime/SignalProcessing/Private/SampleBufferReader.cpp

Syntax

void SeekTime
(
    const float InTimeSec,
    const ESeekType::Type InSeekType,
    const bool bWrap
)

Remarks

Seeks the buffer the given time in seconds. Returns true if succeeded.

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