3 writes to cbSize
System.Speech (3)
AudioFormat\AudioFormatConverter.cs (3)
79
waveEx.
cbSize
= 32;
150
waveEx.
cbSize
= 32;
166
waveEx.
cbSize
= 2;
2 references to cbSize
System.Speech (2)
AudioFormat\AudioFormatConverter.cs (2)
19
byte[] extraData = new byte[waveFormatEx.
cbSize
];
21
for (int i = 0; i < waveFormatEx.
cbSize
; i++)