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));
92
public int BitsPerSample { get { return
_bitsPerSample
; } }
111
_bitsPerSample
.Equals(refObj.
_bitsPerSample
) &&