Class AppendBuffer
Represents an operator that appends the audio buffers from the first sequence to the playback queue of every mixer source in the second sequence.
[Combinator]
public class AppendBuffer
- Inheritance
-
AppendBuffer
- Inherited Members
Methods
- Process(IObservable<Mat>, IObservable<MixerSourceContext>)
Appends the audio buffers in an observable sequence to the playback queue of every mixer source in a second sequence.