Click or drag to resize
Accord.NET (logo)

IAudioSource Properties

The IAudioSource type exposes the following members.

Properties
  NameDescription
Public propertyBytesReceived
Received bytes count.
Public propertyCanSeek
Gets a Boolean value indicating if the source allows repositioning.
Public propertyChannels
Gets the number of audio channels in the source.
Public propertyDesiredFrameSize
Amount of samples to be read on each frame.
Public propertyFramesReceived
Received frames count.
Public propertyIsRunning
State of the audio source.
Public propertySampleRate
Gets or sets the sample rate for the source.
Public propertySource
Audio source.
Public propertyUserData
User data.
Top
See Also