Class Buffer
Represents an audio buffer which can be used to store and manipulate audio data.
public class Buffer : IDisposable
- Inheritance
-
Buffer
- Implements
- Inherited Members
Constructors
Buffer()
Initializes a new instance of the Buffer class.
public Buffer()
Properties
Id
Gets the name of the buffer. This is an OpenAL buffer reference which can be used to call audio manipulation functions.
public int Id { get; }
Property Value
Methods
Dispose()
Releases all resources used by the Buffer class.
public void Dispose()