1 write to _samplesPerSecond
System.Speech (1)
AudioFormat\SpeechAudioFormatInfo.cs (1)
35_samplesPerSecond = samplesPerSecond;
4 references to _samplesPerSecond
System.Speech (4)
AudioFormat\SpeechAudioFormatInfo.cs (4)
83_averageBytesPerSecond = _samplesPerSecond * _blockAlign; 97public int SamplesPerSecond { get { return _samplesPerSecond; } } 115_samplesPerSecond.Equals(refObj._samplesPerSecond)))