3 references to cbUsed
System.Speech (3)
Result\RecognitionResult.cs (3)
163
IntPtr rawDataBuffer = new((long)audioBuffer + audioHeader.
cbUsed
);
164
byte[] rawAudioData = new byte[audioLength - audioHeader.
cbUsed
];
165
Marshal.Copy(rawDataBuffer, rawAudioData, 0, audioLength - (int)audioHeader.
cbUsed
);