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

Method getsampwidth

tools/python-3.11.9-amd64/Lib/aifc.py:653–656  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

651 self._sampwidth = sampwidth
652
653 def getsampwidth(self):
654 if not self._sampwidth:
655 raise Error('sample width not set')
656 return self._sampwidth
657
658 def setframerate(self, framerate):
659 if self._nframeswritten:

Callers

nothing calls this directly

Calls 1

ErrorClass · 0.70

Tested by

no test coverage detected