Table of Contents

Method Process

Namespace
Bonsai.Audio
Assembly
Bonsai.Audio.dll

Process<TSource>(IObservable<TSource>)

Updates the properties of the audio listener whenever the source sequence emits a notification.

public override IObservable<TSource> Process<TSource>(IObservable<TSource> source)

Parameters

source IObservable<TSource>

The sequence containing the notifications used to trigger the update of the audio listener.

Returns

IObservable<TSource>

An observable sequence that is identical to the source sequence but where there is an additional side effect of updating the properties of the audio listener whenever the sequence emits a notification.

Type Parameters

TSource

The type of the elements in the source sequence.