The DSP_BufferStream type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ClearBuffer |
Clears the internal buffer (zeros all elements) and resets the buffer pointer.
| |
| Dispose |
Implement IDisposable.
(Inherited from BaseDSP.) | |
| DSPCallback |
User defined DSP callback function which does the stream copy operation. Not for direct use in your application!
(Overrides BaseDSPDSPCallback(Int32, Int32, IntPtr, Int32, IntPtr).) | |
| Finalize |
Finalization code.
(Inherited from BaseDSP.) | |
| OnBypassChanged |
Occures when the SetBypass(Boolean) method was called.
Actually clears the internal copy buffer.
(Overrides BaseDSPOnBypassChanged.) | |
| OnChannelChanged |
Occures when the ChannelHandle has been changed.
(Overrides BaseDSPOnChannelChanged.) | |
| OnStarted |
Occures when the Start method was called.
Actually creates the BufferStream custom stream here.
(Overrides BaseDSPOnStarted.) | |
| OnStopped |
Occures when the Stop method was called.
Actually frees the BufferStream custom stream here.
(Overrides BaseDSPOnStopped.) | |
| 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