Isle
|
[AI] Holds WAVE PCM format info for DirectSound buffer creation and streaming. More...
#include <mxwavepresenter.h>
Public Attributes | |
PCMWAVEFORMAT | m_pcmWaveFormat |
[AI] PCM format struct containing standard Windows WAVE format fields. More... | |
MxU32 | m_dataSize |
[AI] Size of data buffer for the wave data. More... | |
MxU32 | m_flags |
[AI] Custom format-related flags. More... | |
[AI] Holds WAVE PCM format info for DirectSound buffer creation and streaming.
[AI] Contains data describing PCM wave format, the audio data size, and custom flags. Used to describe format and allocation for DirectSound interaction.
Definition at line 99 of file mxwavepresenter.h.
MxU32 MxWavePresenter::WaveFormat::m_dataSize |
[AI] Size of data buffer for the wave data.
Definition at line 101 of file mxwavepresenter.h.
MxU32 MxWavePresenter::WaveFormat::m_flags |
[AI] Custom format-related flags.
Definition at line 102 of file mxwavepresenter.h.
PCMWAVEFORMAT MxWavePresenter::WaveFormat::m_pcmWaveFormat |
[AI] PCM format struct containing standard Windows WAVE format fields.
Definition at line 100 of file mxwavepresenter.h.