Table of Contents

Method Process

Namespace
Bonsai.Audio
Assembly
Bonsai.Audio.dll

Process(IObservable<AudioContextManager>)

Creates a collection of buffer resources and audio sources to be loaded into the resource manager.

public IObservable<ResourceConfigurationCollection> Process(IObservable<AudioContextManager> source)

Parameters

source IObservable<AudioContextManager>

A sequence of AudioContextManager objects containing the resource managers into which the resources will be loaded.

Returns

IObservable<ResourceConfigurationCollection>

A sequence of ResourceConfigurationCollection objects which can be used to load resources into the resource manager.