Torque3D Documentation / _generateds / SFXBuffer::AsyncState

SFXBuffer::AsyncState

Engine/source/sfx/sfxBuffer.h

Encapsulates the async I/O state of the sound buffer.

More...

Public Attributes

The packet queue that feeds into the actual device buffer.

The sound packet stream.

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.