Enum AudioBufferStates
Describes the possible values of the property State.
Namespace: Evergine.Common.Audio
Assembly: Evergine.Common.dll
Syntax
public enum AudioBufferStates
Fields
Name | Description |
---|---|
Disposed | The buffer has been disposed and wave data removed from memory.
The buffer cannot be changed or enqueued in a Audio |
Pending | There is at least one Audio |
Unused | The buffer is not included in any queue for any Audio |