Changeset 341 for trunk/Include/api_mmsys.sbp
- Timestamp:
- Sep 29, 2007, 6:38:30 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/api_mmsys.sbp
r300 r341 457 457 458 458 ' OLD general waveform format structure (information common to all formats) 459 Type WAVEFORMAT459 Type Align(1) WAVEFORMAT 460 460 wFormatTag As Word 461 461 nChannels As Word … … 471 471 472 472 ' specific waveform format structure for PCM data 473 Type PCMWAVEFORMAT473 Type Align(1) PCMWAVEFORMAT 474 474 wf As WAVEFORMAT 475 475 wBitsPerSample As Word … … 478 478 TypeDef LPPCMWAVEFORMAT = *PCMWAVEFORMAT 479 479 480 Type WAVEFORMATEX480 Type Align(1) WAVEFORMATEX 481 481 wFormatTag As Word 482 482 nChannels As Word
Note:
See TracChangeset
for help on using the changeset viewer.