unreal.AudioSpectrumPlotFrequencyAxisPixelBucketMode¶
- class unreal.AudioSpectrumPlotFrequencyAxisPixelBucketMode¶
Bases:
EnumBaseEAudio Spectrum Plot Frequency Axis Pixel Bucket Mode
C++ Source:
Plugin: AudioWidgets
Module: AudioWidgets
File: SAudioSpectrumPlot.h
- AVERAGE: AudioSpectrumPlotFrequencyAxisPixelBucketMode = Ellipsis¶
Plot the average of the data points in each frequency axis pixel bucket.
- Type:
2
- PEAK: AudioSpectrumPlotFrequencyAxisPixelBucketMode = Ellipsis¶
Plot one data point per frequency axis pixel bucket only, choosing the data point with the highest sound level.
- Type:
1
- SAMPLE: AudioSpectrumPlotFrequencyAxisPixelBucketMode = Ellipsis¶
Plot one data point per frequency axis pixel bucket only, choosing the data point nearest the pixel center.
- Type:
0