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