Click or drag to resize
Accord.NET (logo)

WaveFileAudioSource Properties

The WaveFileAudioSource type exposes the following members.

Properties
  NameDescription
Public propertyBytesReceived
Gets the quantity of bytes received.
Public propertyCanSeek
Gets whether the current source supports seeking.
Public propertyChannels
Gets the number of audio channels in the wave file.
Public propertyDesiredFrameSize
Gets or sets the desired frame size to use when reading this source.
Public propertyFramesReceived
Gets the quantity of frames received.
Public propertyIsRunning
Gets whether this source is active or not.
Public propertySampleRate
Gets the sampling rate for this source.
Public propertySource
Gets or sets the file source path.
Public propertyUserData
Gets or sets a user-defined tag associated with this object.
Top
See Also