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)
146get { return _audioPosition; }