Module aifc :: Class Aifc_read
[hide private]
[frames] | no frames]

Class Aifc_read

Instance Methods [hide private]
 
initfp(self, file)
 
__init__(self, f)
 
getfp(self)
 
rewind(self)
 
close(self)
 
tell(self)
 
getnchannels(self)
 
getnframes(self)
 
getsampwidth(self)
 
getframerate(self)
 
getcomptype(self)
 
getcompname(self)
 
getparams(self)
 
getmarkers(self)
 
getmark(self, id)
 
setpos(self, pos)
 
readframes(self, nframes)
 
_decomp_data(self, data)
 
_ulaw2lin(self, data)
 
_adpcm2lin(self, data)
 
_read_comm_chunk(self, chunk)
 
_readmark(self, chunk)