Class UpdateSourceState
Provides an abstract base class for operators that update the state of specified audio sources.
public abstract class UpdateSourceState : Sink
- Inheritance
-
UpdateSourceState
- Derived
- Inherited Members
Properties
- DeviceName
Gets or sets the name of the audio device used for playback.
- SourceName
Gets or sets the name of the audio source, or a comma-separated list of names if specifying multiple sources.
Methods
- Process(IObservable<AudioSource[]>)
Updates the state of all the audio sources in an observable sequence.
- Process(IObservable<AudioSource>)
Updates the state of all the audio sources in an observable sequence.
- Process<TSource>(IObservable<TSource>)
Updates the state of the specified audio source whenever the source sequence emits a notification.