Class PlaybackState
Represents an operator that reports the playback state of each mixer source in the sequence, emitting its current state and every subsequent transition.
public class PlaybackState : Combinator<MixerSourceContext, MixerSourceState>
- Inheritance
-
PlaybackState
- Inherited Members
Methods
- Process(IObservable<MixerSourceContext>)
Reports the playback state of each mixer source in an observable sequence, emitting its current state and every subsequent transition.