Click or drag to resize
Accord.NET (logo)

AudioSourceMixer Properties

The AudioSourceMixer type exposes the following members.

Properties
  NameDescription
Public propertyBytesReceived
Received bytes count.
Public propertyCanSeek
Returns false, as this source doesn't 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 the sample rate for the source.
Public propertySource
Gets a string representing this instance.
Public propertyUserData
User data.
Top
See Also