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

Lines Matching refs:_nframes

103     _nframes -- the number of audio frames
149 self._nframes = chunk.chunksize // self._framesize
194 return self._nframes
220 if pos < 0 or pos > self._nframes:
291 _nframes -- the number of audio frames written to the header
318 self._nframes = 0
369 self._nframes = nframes
402 self._nframes, self._comptype, self._compname
465 if not self._nframes:
466 self._nframes = initlength / (self._nchannels * self._sampwidth)
467 self._datalength = self._nframes * self._nchannels * self._sampwidth