AudioSourceMixer Class |
Namespace: Accord.Audio
The AudioSourceMixer type exposes the following members.
Name | Description | |
---|---|---|
AudioSourceMixer(IAudioSource) |
Initializes a new instance of the AudioSourceMixer class.
| |
AudioSourceMixer(IEnumerableIAudioSource) |
Initializes a new instance of the AudioSourceMixer class.
|
Name | Description | |
---|---|---|
BytesReceived |
Received bytes count.
| |
CanSeek |
Returns false, as this source doesn't allows repositioning.
| |
Channels |
Gets the number of audio channels in the source.
| |
DesiredFrameSize |
Amount of samples to be read on each frame.
| |
FramesReceived |
Received frames count.
| |
IsRunning |
State of the audio source.
| |
SampleRate |
Gets the sample rate for the source.
| |
Source |
Gets a string representing this instance.
| |
UserData |
User data.
|
Name | Description | |
---|---|---|
Dispose |
Performs application-defined tasks associated with
freeing, releasing, or resetting unmanaged resources.
| |
Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Releases unmanaged resources and performs other cleanup operations before the
AudioSourceMixer is reclaimed by garbage collection.
(Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnNewFrame(Array) |
Notifies client about new block of frames.
| |
OnNewFrame(Signal) |
Notifies client about new block of frames.
| |
Seek |
Not supported.
| |
SignalToStop |
Signals audio source to stop its work.
| |
Start |
Start audio source.
| |
Stop |
Stop audio source.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WaitForStop |
Wait for audio source has stopped.
|
Name | Description | |
---|---|---|
AudioSourceError |
Audio source error event.
| |
NewFrame |
New frame event.
|
Name | Description | |
---|---|---|
HasMethod |
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) | |
IsEqual |
Compares two objects for equality, performing an elementwise
comparison if the elements are vectors or matrices.
(Defined by Matrix.) | |
To(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.) | |
ToT | 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.) |