FConstantQNRTWorker

[FConstantQNRTWorker](API\Plugins\AudioSynesthesiaCore\FConstantQNRTWorker)

Windows
MacOS
Linux

Inheritance Hierarchy

IAnalyzerNRTWorker

FConstantQNRTWorker

References

Module

AudioSynesthesiaCore

Header

/Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/ConstantQNRTFactory.h

Include

#include "ConstantQNRTFactory.h"

Syntax

class FConstantQNRTWorker : public Audio::IAnalyzerNRTWorker

Remarks

Constructors

Name Description

Public function

FConstantQNRTWorker

(
    const FAnalyzerNRTParameters& InPa...,
    const FConstantQNRTSettings& InAna...
)

Constructor

Overridden from IAnalyzerNRTWorker

Name Description

Public function Virtual

void

 

Analyze

(
    TArrayView< const float > InAudio,
    IAnalyzerNRTResult* OutResult
)

Analyze audio and put results into results pointer.

Public function Virtual

void

 

Finalize

(
    IAnalyzerNRTResult* OutResult
)

Call when analysis of audio asset is complete.

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