Class AudioBufferEventArgs
Provides data for Audio
Inherited Members
Namespace: Evergine.Common.Audio
Assembly: Evergine.Common.dll
Syntax
public class AudioBufferEventArgs : EventArgs
Constructors
AudioBufferEventArgs(AudioBuffer)
Initializes a new instance of the Audio
Declaration
public AudioBufferEventArgs(AudioBuffer buffer)
Parameters
Type | Name | Description |
---|---|---|
Audio |
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 |
---|---|
Audio |