Click or drag to resize
Accord.NET (logo)

AudioSourceMixer Class

Software mixer for audio sources.
Inheritance Hierarchy
SystemObject
  Accord.AudioAudioSourceMixer

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public class AudioSourceMixer : IAudioSource, 
	IDisposable
Request Example View Source

The AudioSourceMixer type exposes the following members.

Constructors
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
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the AudioSourceMixer is reclaimed by garbage collection.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnNewFrame(Array)
Notifies client about new block of frames.
Protected methodOnNewFrame(Signal)
Notifies client about new block of frames.
Public methodSeek
Not supported.
Public methodSignalToStop
Signals audio source to stop its work.
Public methodStart
Start audio source.
Public methodStop
Stop audio source.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWaitForStop
Wait for audio source has stopped.
Top
Events
  NameDescription
Public eventAudioSourceError
Audio source error event.
Public eventNewFrame
New frame event.
Top
Extension Methods
  NameDescription
Public Extension MethodHasMethod
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.)
Public Extension MethodIsEqual
Compares two objects for equality, performing an elementwise comparison if the elements are vectors or matrices.
(Defined by Matrix.)
Public Extension MethodTo(Type)Overloaded.
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.)
Public Extension MethodToTOverloaded.
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.)
Top
See Also