diff options
author | Greg Ward <gward@python.net> | 2005-03-09 00:55:19 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2005-03-09 00:55:19 (GMT) |
commit | 777374e8db9902baa844a82eeefd2ab0d5a3e95b (patch) | |
tree | 13617c1e2297c76d9db69be29fa7f74aa429597c /Doc | |
parent | ad80c6bb2afa6d46fc19104127d7b02f8a5e2169 (diff) | |
download | cpython-777374e8db9902baa844a82eeefd2ab0d5a3e95b.zip cpython-777374e8db9902baa844a82eeefd2ab0d5a3e95b.tar.gz cpython-777374e8db9902baa844a82eeefd2ab0d5a3e95b.tar.bz2 |
SF #818006: revert addition of 'closed', 'mode', and 'name' attributes
to oss_audio_device objects.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libossaudiodev.tex | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/Doc/lib/libossaudiodev.tex b/Doc/lib/libossaudiodev.tex index 762acb7..8c8e445 100644 --- a/Doc/lib/libossaudiodev.tex +++ b/Doc/lib/libossaudiodev.tex @@ -115,7 +115,7 @@ three audio parameters at once. This is more convenient, but may not be as flexible in all cases. The audio device objects returned by \function{open()} define the -following methods and (read-only) attributes: +following methods: \begin{methoddesc}[audio device]{close}{} Explicitly close the audio device. When you are done writing to or @@ -289,21 +289,6 @@ Returns the number of samples that could be queued into the hardware buffer to be played without blocking. \end{methoddesc} -Audio device objects also support several read-only attributes: - -\begin{memberdesc}[audio device]{closed}{} -Boolean indicating whether the device has been closed. -\end{memberdesc} - -\begin{memberdesc}[audio device]{name}{} -String containing the name of the device file. -\end{memberdesc} - -\begin{memberdesc}[audio device]{mode}{} -The I/O mode for the file, either \code{"r"}, \code{"rw"}, or \code{"w"}. -\end{memberdesc} - - \subsection{Mixer Device Objects \label{mixer-device-objects}} The mixer object provides two file-like methods: |