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 AudioSource at this time. |
Pending | There is at least one AudioSource for which the buffer has been queued. The buffer cannot be disposed or changed at this time. |
Unused | The buffer is not included in any queue for any AudioSource. In particular, the buffer is neither pending nor current for any source. The buffer can be disposed or changed at this time. |