Module sunau :: Class Au_write
[hide private]
[frames] | no frames]

Class Au_write

Instance Methods [hide private]
 
__init__(self, f)
 
__del__(self)
 
initfp(self, file)
 
setnchannels(self, nchannels)
 
getnchannels(self)
 
setsampwidth(self, sampwidth)
 
getsampwidth(self)
 
setframerate(self, framerate)
 
getframerate(self)
 
setnframes(self, nframes)
 
getnframes(self)
 
setcomptype(self, type, name)
 
getcomptype(self)
 
getcompname(self)
 
setparams(self, (nchannels, sampwidth, framerate, nframes, comptype, compname))
 
getparams(self)
 
tell(self)
 
writeframesraw(self, data)
 
writeframes(self, data)
 
close(self)
 
_ensure_header_written(self)
 
_write_header(self)
 
_patchheader(self)