|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| setnchannels(self,
nchannels) |
|
|
|
|
|
|
|
| setsampwidth(self,
sampwidth) |
|
|
|
|
|
|
|
| setframerate(self,
framerate) |
|
|
|
|
|
|
|
| setnframes(self,
nframes) |
|
|
|
|
|
|
|
| setcomptype(self,
comptype,
compname) |
|
|
|
|
|
|
|
|
|
|
| setparams(self,
(nchannels, sampwidth, framerate, nframes, comptype, compname)) |
|
|
|
|
|
|
|
| setmark(self,
id,
pos,
name) |
|
|
|
|
|
|
|
|
|
|
|
|
|
| writeframesraw(self,
data) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| _ensure_header_written(self,
datasize) |
|
|
|
|
|
|
|
| _write_header(self,
initlength) |
|
|
|
|
| _write_form_length(self,
datalength) |
|
|
|
|
|
|
|
|