Changeset 391 for python/trunk/Doc/library/sunaudio.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/sunaudio.rst
r2 r391 9 9 10 10 .. deprecated:: 2.6 11 The :mod:`sunaudiodev` module has been deprecated for removal in Python 3.0.11 The :mod:`sunaudiodev` module has been removed in Python 3. 12 12 13 13 … … 94 94 the :manpage:`audio(7I)` manual page. Member names are slightly different from 95 95 their C counterparts: a status object is only a single structure. Members of the 96 :c data:`play` substructure have ``o_`` prepended to their name and members of97 the :c data:`record` structure have ``i_``. So, the C member98 :c data:`play.sample_rate` is accessed as :attr:`o_sample_rate`,99 :c data:`record.gain` as :attr:`i_gain` and :cdata:`monitor_gain` plainly as96 :c:data:`play` substructure have ``o_`` prepended to their name and members of 97 the :c:data:`record` structure have ``i_``. So, the C member 98 :c:data:`play.sample_rate` is accessed as :attr:`o_sample_rate`, 99 :c:data:`record.gain` as :attr:`i_gain` and :c:data:`monitor_gain` plainly as 100 100 :attr:`monitor_gain`. 101 101 … … 154 154 155 155 .. deprecated:: 2.6 156 The :mod:`SUNAUDIODEV` module has been deprecated for removal in Python 3.0.156 The :mod:`SUNAUDIODEV` module has been removed in Python 3. 157 157 158 158
Note:
See TracChangeset
for help on using the changeset viewer.