Navigation
API > API/Runtime > API/Runtime/AudioAnalyzer
Inheritance Hierarchy
- IAnalyzerNRTResult
- FConstantQNRTResult
- FLoudnessNRTResult
- FOnsetNRTResult
References
Module | AudioAnalyzer |
Header | /Engine/Source/Runtime/AudioAnalyzer/Public/IAudioAnalyzerNRTInterface.h |
Include | #include "IAudioAnalyzerNRTInterface.h" |
Syntax
class IAnalyzerNRTResult
Remarks
This interface defines the required methods for non-real-time analyzer results.
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | CopyFrom
(
IAnalyzerNRTResult* SourceResult |
This virtual can be overridden to provide a faster copying scheme than full serialization when analyzing non-remote targets. |
![]() ![]() |
float | This must be overridden to return the duration of the original audio analyzed. | |
![]() |
void | This is used to define how to serialize this instance of results for remote profiling. |