Search Results for

    Show / Hide Table of Contents

    Struct WavInfo

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.IO.Audio
    Assembly: Glitch9.IO.dll
    Syntax
    public readonly struct WavInfo

    Constructors

    | Edit this page View Source

    WavInfo(WavAudioFormat, ushort, int, ushort, int, int)

    Declaration
    public WavInfo(WavAudioFormat format, ushort channels, int sampleRate, ushort bitsPerSample, int dataOffset, int dataSize)
    Parameters
    Type Name Description
    WavAudioFormat format
    ushort channels
    int sampleRate
    ushort bitsPerSample
    int dataOffset
    int dataSize

    Fields

    | Edit this page View Source

    BitsPerSample

    Declaration
    public readonly ushort BitsPerSample
    Field Value
    Type Description
    ushort
    | Edit this page View Source

    Channels

    Declaration
    public readonly ushort Channels
    Field Value
    Type Description
    ushort
    | Edit this page View Source

    DataOffset

    Declaration
    public readonly int DataOffset
    Field Value
    Type Description
    int
    | Edit this page View Source

    DataSize

    Declaration
    public readonly int DataSize
    Field Value
    Type Description
    int
    | Edit this page View Source

    Format

    Declaration
    public readonly WavAudioFormat Format
    Field Value
    Type Description
    WavAudioFormat
    | Edit this page View Source

    SampleRate

    Declaration
    public readonly int SampleRate
    Field Value
    Type Description
    int

    Extension Methods

    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetHashCodeOrDefault<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation