Search Results for

    Show / Hide Table of Contents

    Class EventConverters

    Inheritance
    Object
    EventConverters
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: AudioAnalysisTools.Events.Types
    Assembly: AudioAnalysisTools.dll
    Syntax
    public static class EventConverters

    Methods

    | Improve this Doc View Source

    ConvertAcousticEventsToSpectralEvents<T>(List<T>)

    Declaration
    public static List<EventCommon> ConvertAcousticEventsToSpectralEvents<T>(this List<T> acousticEvents)
        where T : AcousticEvent
    Parameters
    Type Name Description
    List<T> acousticEvents
    Returns
    Type Description
    List<EventCommon>
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    ConvertAcousticEventToSpectralEvent(AcousticEvent)

    Declaration
    public static SpectralEvent ConvertAcousticEventToSpectralEvent(this AcousticEvent ae)
    Parameters
    Type Name Description
    AcousticEvent ae
    Returns
    Type Description
    SpectralEvent
    | Improve this Doc View Source

    ConvertSpectralEventsToAcousticEvents<T>(List<T>)

    Declaration
    public static List<AcousticEvent> ConvertSpectralEventsToAcousticEvents<T>(this List<T> spectralEvents)
        where T : SpectralEvent
    Parameters
    Type Name Description
    List<T> spectralEvents
    Returns
    Type Description
    List<AcousticEvent>
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    ConvertSpectralEventToAcousticEvent(SpectralEvent)

    Declaration
    public static AcousticEvent ConvertSpectralEventToAcousticEvent(this SpectralEvent se)
    Parameters
    Type Name Description
    SpectralEvent se
    Returns
    Type Description
    AcousticEvent
    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top