Search Results for

    Show / Hide Table of Contents

    Class WavAudioInfo

    The wav audio info.

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

    Properties

    | Improve this Doc View Source

    BitsPerSample

    Gets or sets Bits per sample.

    Declaration
    public short BitsPerSample { get; set; }
    Property Value
    Type Description
    Int16
    | Improve this Doc View Source

    BytesPerSample

    Gets or sets Bytes Per Sample / Block Align.

    Declaration
    public short BytesPerSample { get; set; }
    Property Value
    Type Description
    Int16
    | Improve this Doc View Source

    BytesPerSecond

    Gets or sets Bytes per second.

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

    Channels

    Gets or sets Number of channels.

    Declaration
    public short Channels { get; set; }
    Property Value
    Type Description
    Int16
    | Improve this Doc View Source

    CompressionCode

    Gets or sets Compression code (1 for uncompressed PCM audio).

    Declaration
    public short CompressionCode { get; set; }
    Property Value
    Type Description
    Int16
    | Improve this Doc View Source

    Duration

    Gets or sets Total duration of audio.

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

    Epsilon

    Gets Epsilon.

    Declaration
    public double Epsilon { get; }
    Property Value
    Type Description
    Double
    | Improve this Doc View Source

    Frames

    Gets or sets Number of frames (samples).

    Declaration
    public long Frames { get; set; }
    Property Value
    Type Description
    Int64
    | Improve this Doc View Source

    SampleRate

    Gets or sets Sample rate of audio (number of samples per second).

    Declaration
    public int SampleRate { get; set; }
    Property Value
    Type Description
    Int32

    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