Class AudioContextManager
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
ResourceManager
Gets the resource manager storing all the resources associated with this audio context.
public ResourceManager ResourceManager { get; }
Property Value
Methods
Dispose()
Releases all resources used by the AudioContextManager class.
public void Dispose()