1 write to times
System.Speech (1)
Internal\SapiInterop\SapiRecoInterop.cs (1)
336
times
= source.times;
5 references to times
System.Speech (5)
Result\RecognitionResult.cs (5)
178
if (_header.
times
.dwTickCount == 0)
184
startTime = DateTime.FromFileTime((long)((ulong)_header.
times
.ftStreamTime.dwHighDateTime << 32) + _header.
times
.ftStreamTime.dwLowDateTime);
261
_audioPosition ??= new TimeSpan((long)_header.
times
.ullStart);
270
_audioDuration ??= new TimeSpan((long)_header.
times
.ullLength);