FSimpleDecoderWrapper::SeekToTime

Seek in the wave.

Choose your operating system:

Windows

macOS

Linux

References

Module

MetasoundEngine

Header

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundWave.h

Include

#include "MetasoundWave.h"

Source

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundWave.cpp

Syntax

bool SeekToTime
(
    const float InSeconds
)

Remarks

Seek in the wave.

Returns

True on success, false on failure.

Parameters

Parameter

Description

InSeconds

Number of seconds into the wave to start decoding.