2 references to ftStreamTime
System.Speech (2)
Result\RecognitionResult.cs (2)
184startTime = DateTime.FromFileTime((long)((ulong)_header.times.ftStreamTime.dwHighDateTime << 32) + _header.times.ftStreamTime.dwLowDateTime);