7 writes to wFormatTag
System.Speech (7)
AudioFormat\SpeechAudioFormatInfo.cs (1)
145wfx.wFormatTag = (short)EncodingFormat;
Internal\SapiInterop\SpAudioStreamWrapper.cs (1)
24wfx.wFormatTag = (short)audioFormat.EncodingFormat;
Internal\Synthesis\AudioBase.cs (4)
109wfx.wFormatTag = (short)AudioFormat.EncodingFormat.ULaw; 113wfx.wFormatTag = (short)AudioFormat.EncodingFormat.ALaw; 383wfx.wFormatTag = Marshal.ReadInt16(ptr); 435wfx.wFormatTag = 1;
Internal\Synthesis\AudioFileOut.cs (1)
33_wfxOut.wFormatTag = (short)formatInfo.EncodingFormat;
2 references to wFormatTag
System.Speech (2)
Internal\Synthesis\AudioFormatConverter.cs (1)
102switch ((WaveFormatTag)format.wFormatTag)
Internal\Synthesis\EngineSiteSapi.cs (1)
128switch ((WaveFormatId)hdr.wFormatTag)