1 instantiation of WaveFormatEx
System.Speech (1)
AudioFormat\AudioFormatConverter.cs (1)
50WaveFormatEx? waveEx = new();
4 references to WaveFormatEx
System.Speech (4)
AudioFormat\AudioFormatConverter.cs (4)
17WaveFormatEx waveFormatEx = Marshal.PtrToStructure<WaveFormatEx>(waveFormatPtr)!; 20IntPtr extraDataPtr = new(waveFormatPtr.ToInt64() + Marshal.SizeOf<WaveFormatEx>()); 50WaveFormatEx? waveEx = new();