Class AudioBufferEventArgs
Provides data for AudioBuffer related events.
Inherited Members
Namespace: Evergine.Common.Audio
Assembly: Evergine.Common.dll
Syntax
public class AudioBufferEventArgs : EventArgs
  Constructors
AudioBufferEventArgs(AudioBuffer)
Initializes a new instance of the AudioBufferEventArgs class.
Declaration
public AudioBufferEventArgs(AudioBuffer buffer)
  Parameters
| Type | Name | Description | 
|---|---|---|
| AudioBuffer | buffer | The buffer associated with the event.  | 
      
Properties
Buffer
Gets the buffer associated with the event.
Declaration
public AudioBuffer Buffer { get; }
  Property Value
| Type | Description | 
|---|---|
| AudioBuffer |