Searched defs:getsampwidth (Results 1 - 6 of 6) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsunau.py48 getsampwidth() -- returns sample width in bytes
213 def getsampwidth(self): member in class:Au_read
243 return self.getnchannels(), self.getsampwidth(), \
325 def getsampwidth(self): member in class:Au_write
376 return self.getnchannels(), self.getsampwidth(), \
H A Dwave.py15 getsampwidth() -- returns sample width in bytes
106 available through the getsampwidth() method
196 def getsampwidth(self): member in class:Wave_read
209 return self.getnchannels(), self.getsampwidth(), \
349 def getsampwidth(self): member in class:Wave_write
H A Daifc.py66 getsampwidth() -- returns sample width in bytes
267 # available through the getsampwidth() method
374 def getsampwidth(self): member in class:Aifc_read
390 return self.getnchannels(), self.getsampwidth(), \
630 def getsampwidth(self): member in class:Aifc_write
959 print "sampwidth =", f.getsampwidth()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsunau.py48 getsampwidth() -- returns sample width in bytes
213 def getsampwidth(self): member in class:Au_read
243 return self.getnchannels(), self.getsampwidth(), \
325 def getsampwidth(self): member in class:Au_write
376 return self.getnchannels(), self.getsampwidth(), \
H A Dwave.py15 getsampwidth() -- returns sample width in bytes
106 available through the getsampwidth() method
196 def getsampwidth(self): member in class:Wave_read
209 return self.getnchannels(), self.getsampwidth(), \
349 def getsampwidth(self): member in class:Wave_write
H A Daifc.py66 getsampwidth() -- returns sample width in bytes
267 # available through the getsampwidth() method
374 def getsampwidth(self): member in class:Aifc_read
390 return self.getnchannels(), self.getsampwidth(), \
630 def getsampwidth(self): member in class:Aifc_write
959 print "sampwidth =", f.getsampwidth()

Completed in 243 milliseconds