Click or drag to resize

SignalReaderWavInfo Structure

LightningChart .NET Help
WAV audio format information.

Namespace:  Arction.WinForms.SignalProcessing
Assembly:  Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
public struct WavInfo

The SignalReaderWavInfo type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldiByteRate
Byte rate.
Public fieldiSampleRate
Sample rate.
Public fieldsAudioFormat
Audio format.
Public fieldsBitsPerSample
Bits per second (bit/s).
Public fieldsBlockAlign
Block align.
Public fieldsChannels
Channels.
Top
See Also