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

_ClassType Aifc_write

Instance Methods [hide private]
 
__init__(self, f)
 
initfp(self, file)
 
__del__(self)
 
aiff(self)
 
aifc(self)
 
setnchannels(self, nchannels)
 
getnchannels(self)
 
setsampwidth(self, sampwidth)
 
getsampwidth(self)
 
setframerate(self, framerate)
 
getframerate(self)
 
setnframes(self, nframes)
 
getnframes(self)
 
setcomptype(self, comptype, compname)
 
getcomptype(self)
 
getcompname(self)
 
setparams(self, (nchannels, sampwidth, framerate, nframes, comptype, compname))
 
getparams(self)
 
setmark(self, id, pos, name)
 
getmark(self, id)
 
getmarkers(self)
 
tell(self)
 
writeframesraw(self, data)
 
writeframes(self, data)
 
close(self)
 
_comp_data(self, data)
 
_lin2ulaw(self, data)
 
_lin2adpcm(self, data)
 
_ensure_header_written(self, datasize)
 
_init_compression(self)
 
_write_header(self, initlength)
 
_write_form_length(self, datalength)
 
_patchheader(self)
 
_writemarkers(self)