Class EventConverters
Inheritance
EventConverters
Assembly: AudioAnalysisTools.dll
public static class EventConverters
Methods
|
Improve this Doc
View Source
Declaration
public static List<EventCommon> ConvertAcousticEventsToSpectralEvents<T>(this List<T> acousticEvents)
where T : AcousticEvent
Parameters
Type |
Name |
Description |
List<T> |
acousticEvents |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Declaration
public static SpectralEvent ConvertAcousticEventToSpectralEvent(this AcousticEvent ae)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static List<AcousticEvent> ConvertSpectralEventsToAcousticEvents<T>(this List<T> spectralEvents)
where T : SpectralEvent
Parameters
Type |
Name |
Description |
List<T> |
spectralEvents |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Declaration
public static AcousticEvent ConvertSpectralEventToAcousticEvent(this SpectralEvent se)
Parameters
Returns