1 write to _bitsPerSample
System.Speech (1)
AudioFormat\SpeechAudioFormatInfo.cs (1)
36_bitsPerSample = bitsPerSample;
4 references to _bitsPerSample
System.Speech (4)
AudioFormat\SpeechAudioFormatInfo.cs (4)
82_blockAlign = (short)(_channelCount * (_bitsPerSample / 8)); 92public int BitsPerSample { get { return _bitsPerSample; } } 111_bitsPerSample.Equals(refObj._bitsPerSample) &&