MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / getparams

Method getparams

tools/python-3.11.9-amd64/Lib/sunau.py:416–419  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

414 self.setcomptype(comptype, compname)
415
416 def getparams(self):
417 return _sunau_params(self.getnchannels(), self.getsampwidth(),
418 self.getframerate(), self.getnframes(),
419 self.getcomptype(), self.getcompname())
420
421 def tell(self):
422 return self._nframeswritten

Callers

nothing calls this directly

Calls 6

getnchannelsMethod · 0.95
getsampwidthMethod · 0.95
getframerateMethod · 0.95
getnframesMethod · 0.95
getcomptypeMethod · 0.95
getcompnameMethod · 0.95

Tested by

no test coverage detected