Class StopSource
Represents an operator that stops playback of every mixer source in the sequence, fading to silence over a specified duration before each source is removed.
public class StopSource : Sink<MixerSourceContext>
- Inheritance
-
StopSource
- Inherited Members
Properties
- FadeDuration
Gets or sets the duration of the fade-out, in seconds.
Methods
- Process(IObservable<MixerSourceContext>)
Stops playback of every mixer source in an observable sequence, fading to silence over the specified duration before each source is removed.