Class SpectralEvent
Inheritance
SpectralEvent
Assembly: AudioAnalysisTools.dll
public class SpectralEvent : EventCommon, IComparable<ResultBase>, IComparable, IDrawableEvent, ISpectralEvent, ISpectralBand, ITemporalEvent, IInstantEvent
Constructors
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
public SpectralEvent(TimeSpan segmentStartOffset, double eventStartRecordingRelative, double eventEndRecordingRelative, double minFreq, double maxFreq)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public double BandWidthHertz { get; }
Property Value
|
Improve this Doc
View Source
Gets the event duration in seconds.
Declaration
public double EventDurationSeconds { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public virtual double EventEndSeconds { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public virtual double HighFrequencyHertz { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public virtual double LowFrequencyHertz { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Draw(IImageProcessingContext, EventRenderingOptions)
Declaration
public override void Draw(IImageProcessingContext graphics, EventRenderingOptions options)
Parameters
Type |
Name |
Description |
SixLabors.ImageSharp.Processing.IImageProcessingContext |
graphics |
|
EventRenderingOptions |
options |
|
Overrides
Implements
Extension Methods