HomeSort by relevance Sort by last modified time
    Searched refs:AIFC (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
aifc.py 13 | | AIFC |
21 An AIFF file has the string "AIFF" instead of "AIFC".
57 f = aifc.open(file, 'r')
90 f = aifc.open(file, 'w')
97 aifc() -- create an AIFF-C file
133 changed by calling aiff() or aifc() before the first writeframes or
304 elif formdata == 'AIFC':
553 # set through the aifc() method, reset through the
606 def aifc(self): member in class:Aifc_write
859 self._file.write('AIFC')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
aifc.py 13 | | AIFC |
21 An AIFF file has the string "AIFF" instead of "AIFC".
57 f = aifc.open(file, 'r')
90 f = aifc.open(file, 'w')
97 aifc() -- create an AIFF-C file
133 changed by calling aiff() or aifc() before the first writeframes or
304 elif formdata == 'AIFC':
553 # set through the aifc() method, reset through the
606 def aifc(self): member in class:Aifc_write
859 self._file.write('AIFC')
    [all...]

Completed in 26 milliseconds