3 references to wFormatTag
System (3)
sys\system\Media\SoundPlayer.cs (3)
611
if (waveFormat.
wFormatTag
!= NativeMethods.WAVE_FORMAT_PCM &&
612
waveFormat.
wFormatTag
!= NativeMethods.WAVE_FORMAT_ADPCM &&
613
waveFormat.
wFormatTag
!= NativeMethods.WAVE_FORMAT_IEEE_FLOAT)