Class UChannelBResult
Defined in File AudioAnalyzerManager.h
Inheritance Relationships
Base Type
public UObject
Class Documentation
-
class UChannelBResult : public UObject
Audio Analyzer Results Container (bool)
Audio Analyzer bool results by channel
Analysis Result By Channel (Bool)
-
const int32 GetNumChannels() const
Number of channels of the container
- Returns:
int32 Number of channels
-
const TArray<bool> &GetChannelResult(const int32 Channel) const
Result of the channel
- Parameters:
Channel – Number of channel
- Returns:
TArray<float> Channel results
-
const int32 GetNumChannels() const