Search Results for

    Show / Hide Table of Contents

    Class SpectrogramRequest

    Spectrogram Request.

    Inheritance
    Object
    SpectrogramRequest
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Acoustics.Tools
    Assembly: Acoustics.Tools.dll
    Syntax
    public class SpectrogramRequest

    Properties

    | Improve this Doc View Source

    CalculatedWidth

    Gets CalculatedWidth.

    Declaration
    public int CalculatedWidth { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    End

    Gets or sets end of cache request segment in milliseconds relative to start of audio reading.

    Declaration
    public TimeSpan End { get; set; }
    Property Value
    Type Description
    TimeSpan
    | Improve this Doc View Source

    Height

    Gets or sets Height.

    Declaration
    public int? Height { get; set; }
    Property Value
    Type Description
    Nullable<Int32>
    | Improve this Doc View Source

    IsCalculatedWidthAvailable

    Gets a value indicating whether the Calculated Width is Available.

    Declaration
    public bool IsCalculatedWidthAvailable { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    PixelsPerMillisecond

    Gets or sets Pixels Per Millisecond.

    Declaration
    public double? PixelsPerMillisecond { get; set; }
    Property Value
    Type Description
    Nullable<Double>
    | Improve this Doc View Source

    Start

    Gets or sets start of cache request segment in milliseconds relative to start of audio reading.

    Declaration
    public TimeSpan Start { get; set; }
    Property Value
    Type Description
    TimeSpan
    | Improve this Doc View Source

    Width

    Gets or sets Width.

    Declaration
    public int? Width { get; set; }
    Property Value
    Type Description
    Nullable<Int32>

    Methods

    | Improve this Doc View Source

    ToString()

    Get a string representation of this spectrogram request.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    String representation.

    Overrides
    Object.ToString()
    | Improve this Doc View Source

    Validate()

    Validate this Spectrogram Request.

    Declaration
    public bool Validate()
    Returns
    Type Description
    Boolean

    True if valid, otherwise false.

    Extension Methods

    ObjectExtensions.NotNull(Object)
    ObjectExtensions.AsArray<T>(T)
    ObjectExtensions.AsList<T>(T)
    ObjectExtensions.Wrap<T>(T)
    SystemExtensions.BinarySerialize(Object)
    ConfigFileExtensions.NotNull(Object, FileInfo, String, String)
    ConfigFileExtensions.ValidateNotNull(Object, String, String)
    ConfigFileExtensions.ValidateLessThan<T>(Object, Nullable<T>, String, Nullable<T>, String, String)
    ExtensionsXml.SerializeObject<T>(T)
    • 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