3 references to cbSize
System.Speech (3)
Result\RecognitionResult.cs (3)
167
byte[] formatSpecificData = new byte[audioHeader.
cbSize
];
168
if (audioHeader.
cbSize
> 0)
171
Marshal.Copy(codecDataBuffer, formatSpecificData, 0, audioHeader.
cbSize
);