Home
last modified time | relevance | path

Searched refs:setsampwidth (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_aifc.py350 self.assertRaises(aifc.Error, fout.setsampwidth, 0)
357 fout.setsampwidth(1)
363 self.assertRaises(aifc.Error, fout.setsampwidth, 1)
374 fout.setsampwidth(2)
405 fout.setsampwidth(1)
411 fout.setsampwidth(1)
H A Daudiotests.py58 f.setsampwidth(self.sampwidth)
94 f.setsampwidth(self.sampwidth)
114 f.setsampwidth(self.sampwidth)
/third_party/python/Lib/
H A Dsunau.py79 setsampwidth(n) -- set the sample width
359 def setsampwidth(self, sampwidth): member in Au_write
411 self.setsampwidth(sampwidth)
H A Dwave.py46 setsampwidth(n) -- set the sample width
410 set through the setsampwidth() or setparams() method
470 def setsampwidth(self, sampwidth): member in Wave_write
521 self.setsampwidth(sampwidth)
H A Daifc.py99 setsampwidth(n) -- set the sample width
561 # set through the setsampwidth() or setparams() method
646 def setsampwidth(self, sampwidth): member in Aifc_write
706 self.setsampwidth(sampwidth)

Completed in 5 milliseconds