3 writes to _audioPosition
System.Speech (3)
Internal\SapiInterop\SpeechEvent.cs (3)
38
_audioPosition
= TimeSpan.Zero;
42
_audioPosition
= audioFormat.AverageBytesPerSecond > 0 ? new TimeSpan((long)((sapiEvent.ullAudioStreamOffset * TimeSpan.TicksPerSecond) / (ulong)audioFormat.AverageBytesPerSecond)) : TimeSpan.Zero;
48
_audioPosition
= new TimeSpan((long)sapiEventEx.ullAudioTimeOffset);
1 reference to _audioPosition
System.Speech (1)
Internal\SapiInterop\SpeechEvent.cs (1)
146
get { return
_audioPosition
; }