SFXBuffer::AsyncState
Encapsulates the async I/O state of the sound buffer.
Public Attributes
The packet queue that feeds into the actual device buffer.
The sound packet stream.
Public Functions
Detailed Description
Encapsulates the async I/O state of the sound buffer.
Public Attributes
SFXAsyncQueuePtr mQueue
The packet queue that feeds into the actual device buffer.
Only used for streaming buffers; non-streaming buffers directly receive and upload sound packets without queuing.
SFXAsyncStreamPtr mStream
The sound packet stream.