The DSP_StereoEnhancer type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose |
Implement IDisposable.
(Inherited from BaseDSP.) | |
DSPCallback |
User defined DSP callback function which does the stereo enhancement. Not for direct use in your application!
(Overrides BaseDSPDSPCallback(Int32, Int32, IntPtr, Int32, IntPtr).) | |
Finalize |
Finalization code.
(Inherited from BaseDSP.) | |
OnBypassChanged |
This method will be called every time the SetBypass(Boolean) method had been called.
(Inherited from BaseDSP.) | |
OnChannelChanged |
This method will be called every time the ChannelHandle changed.
(Inherited from BaseDSP.) | |
OnStarted |
This method will be called every time the Start method had been called.
(Inherited from BaseDSP.) | |
OnStopped |
This method will be called every time the Stop method had been called.
(Inherited from BaseDSP.) | |
RaiseNotification |
Fires the Notification event.
(Inherited from BaseDSP.) | |
SetBypass |
Sets the Bypass mode.
(Inherited from BaseDSP.) | |
Start |
Assigns the DSP to the channel (actually starts using the DSP).
(Inherited from BaseDSP.) | |
Stop |
Stops (removes) the DSP from the channel.
(Inherited from BaseDSP.) | |
ToString |
Returns the name of the DSP.
(Overrides BaseDSPToString.) |
See Also