Click or drag to resize
Accord.NET (logo)

WaveDecoder Properties

The WaveDecoder type exposes the following members.

Properties
  NameDescription
Public propertyAverageBitsPerSecond
Gets the average bits per second of the underlying Wave stream.
Public propertyBitsPerSample
Gets the bits per sample of the underlying Wave stream.
Public propertyBytes
Gets the total number of bytes read by this Wave encoder.
Public propertyChannels
Gets the number of channels of the underlying Wave stream.
Public propertyDuration
Gets the total time span duration (in milliseconds) read by this encoder.
Public propertyFrames
Gets the number of frames of the underlying Wave stream.
Public propertyPosition
Gets the current frame within the current decoder stream.
Public propertySampleRate
Gets the sample rate for the underlying Wave stream.
Public propertySamples
Gets the number of samples of the underlying Wave stream.
Public propertyStream
Gets the underlying Wave stream.
Top
See Also