7 writes to wFormatTag
System.Speech (7)
AudioFormat\SpeechAudioFormatInfo.cs (1)
145
wfx.
wFormatTag
= (short)EncodingFormat;
Internal\SapiInterop\SpAudioStreamWrapper.cs (1)
24
wfx.
wFormatTag
= (short)audioFormat.EncodingFormat;
Internal\Synthesis\AudioBase.cs (4)
109
wfx.
wFormatTag
= (short)AudioFormat.EncodingFormat.ULaw;
113
wfx.
wFormatTag
= (short)AudioFormat.EncodingFormat.ALaw;
383
wfx.
wFormatTag
= Marshal.ReadInt16(ptr);
435
wfx.
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)
102
switch ((WaveFormatTag)format.
wFormatTag
)
Internal\Synthesis\EngineSiteSapi.cs (1)
128
switch ((WaveFormatId)hdr.
wFormatTag
)