Table of Contents

Class Buffer

Namespace
Bonsai.Audio
Assembly
Bonsai.Audio.dll

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

int

Methods

Dispose()

Releases all resources used by the Buffer class.

public void Dispose()