Isle
Loading...
Searching...
No Matches
MxWavePresenter::WaveFormat Struct Reference

[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...
 

Detailed Description

[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.

Member Data Documentation

◆ m_dataSize

MxU32 MxWavePresenter::WaveFormat::m_dataSize

[AI] Size of data buffer for the wave data.

Definition at line 101 of file mxwavepresenter.h.

◆ m_flags

MxU32 MxWavePresenter::WaveFormat::m_flags

[AI] Custom format-related flags.

Definition at line 102 of file mxwavepresenter.h.

◆ m_pcmWaveFormat

PCMWAVEFORMAT MxWavePresenter::WaveFormat::m_pcmWaveFormat

[AI] PCM format struct containing standard Windows WAVE format fields.

Definition at line 100 of file mxwavepresenter.h.


The documentation for this struct was generated from the following file: