Lines Matching refs:_soundpos
277 # _soundpos -- the position in the audio stream296 self._soundpos = 0357 self._soundpos = 0366 return self._soundpos408 self._soundpos = pos415 pos = self._soundpos * self._framesize424 self._soundpos = self._soundpos + len(data) // (self._nchannels * self._sampwidth)