[Implemented] WAVEFORMATEX Structure: Unsigned FormatTag
Posted: Thu Jul 28, 2011 2:00 am
Please make the wFormatTag member of the WAVEFORMATEX structure an unsigned unicode variable thus:
for compatibility with unsigned format tags defined by Microsoft (e.g. #WAVE_FORMAT_EXTENSIBLE = $FFFE).
Thank you.
Code: Select all
Structure WAVEFORMATEX
wFormatTag.u
nChannels.w
nSamplesPerSec.l
nAvgBytesPerSec.l
nBlockAlign.w
wBitsPerSample.w
cbSize.w
EndStructure
Thank you.