Class ClickEvent
Assembly: AudioAnalysisTools.dll
public class ClickEvent : SpectralEvent, IComparable<ResultBase>, IComparable, IDrawableEvent, ISpectralEvent, ISpectralBand, ITemporalEvent, IInstantEvent, ITracks<Track>
Constructors
|
Improve this Doc
View Source
Declaration
public ClickEvent(Track click, double maxScore)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public override double EventEndSeconds { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Declaration
public override double EventStartSeconds { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Declaration
public override double HighFrequencyHertz { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Declaration
public override double LowFrequencyHertz { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Gets the average track amplitude.
Declaration
public override double Score { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Declaration
public List<Track> Tracks { get; }
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