Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Structures, prefix the name with the module name and a period.
WaveCapsFormatFlags (Structures)
.
Summary
TODO - a short description
C# Definition:
enum WaveCapsFormatFlags : uint
{
WAVE_INVALIDFORMAT = 0x00000000, /* invalid format */
WAVE_FORMAT_1M08 = 0x00000001, /* 11.025 kHz, Mono, 8-bit */
WAVE_FORMAT_1S08 = 0x00000002, /* 11.025 kHz, Stereo, 8-bit */
WAVE_FORMAT_1M16 = 0x00000004, /* 11.025 kHz, Mono, 16-bit */
WAVE_FORMAT_1S16 = 0x00000008, /* 11.025 kHz, Stereo, 16-bit */
WAVE_FORMAT_2M08 = 0x00000010, /* 22.05 kHz, Mono, 8-bit */
WAVE_FORMAT_2S08 = 0x00000020, /* 22.05 kHz, Stereo, 8-bit */
WAVE_FORMAT_2M16 = 0x00000040, /* 22.05 kHz, Mono, 16-bit */
WAVE_FORMAT_2S16 = 0x00000080, /* 22.05 kHz, Stereo, 16-bit */
WAVE_FORMAT_4M08 = 0x00000100, /* 44.1 kHz, Mono, 8-bit */
WAVE_FORMAT_4S08 = 0x00000200, /* 44.1 kHz, Stereo, 8-bit */
WAVE_FORMAT_4M16 = 0x00000400, /* 44.1 kHz, Mono, 16-bit */
WAVE_FORMAT_4S16 = 0x00000800 /* 44.1 kHz, Stereo, 16-bit */
}
User-Defined Field Types:
None.
Notes:
None.
Documentation
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
alternate definitions?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.