Home | History | Annotate | Download | only in python2.7

Lines Matching refs:_soundpos

277     # _soundpos -- the position in the audio stream
296 self._soundpos = 0
357 self._soundpos = 0
366 return self._soundpos
408 self._soundpos = pos
415 pos = self._soundpos * self._framesize
424 self._soundpos = self._soundpos + len(data) // (self._nchannels * self._sampwidth)