Table of Contents

Class AudioContextManager

Namespace
Bonsai.Audio
Assembly
Bonsai.Audio.dll

Manages the lifetime of an audio context and its associated resources.

public class AudioContextManager : IDisposable
Inheritance
AudioContextManager
Implements
Inherited Members

Properties

AudioContext

Gets the audio context associated with any loaded audio resources.

public AudioContext AudioContext { get; }

Property Value

AudioContext

ResourceManager

Gets the resource manager storing all the resources associated with this audio context.

public ResourceManager ResourceManager { get; }

Property Value

ResourceManager

Methods

Dispose()

Releases all resources used by the AudioContextManager class.

public void Dispose()