Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
a4966647
Commit
a4966647
authored
Apr 23, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Markup consistency.
parent
1c7cd63a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Doc/lib/libsunaudio.tex
Doc/lib/libsunaudio.tex
+4
-4
No files found.
Doc/lib/libsunaudio.tex
View file @
a4966647
...
...
@@ -71,12 +71,12 @@ etc. and returns it in the form of
an audio status object. This object has no methods but it contains a
number of attributes describing the current device status. The names
and meanings of the attributes are described in
\
file
{
/usr/include/sun/audioio.h
}
and in the
\manpage
{
audio
}{
7I
}
\
code
{
<sun/audioio.h>
}
and in the
\manpage
{
audio
}{
7I
}
manual page. Member names
are slightly different from their
\C
{}
counterparts: a status object is
are slightly different from their
C
counterparts: a status object is
only a single structure. Members of the
\cdata
{
play
}
substructure have
\samp
{
o
_}
prepended to their name and members of the
\cdata
{
record
}
structure have
\samp
{
i
_}
. So, the
\C
{}
member
\cdata
{
play.sample
_
rate
}
is
structure have
\samp
{
i
_}
. So, the
C
member
\cdata
{
play.sample
_
rate
}
is
accessed as
\member
{
o
_
sample
_
rate
}
,
\cdata
{
record.gain
}
as
\member
{
i
_
gain
}
and
\cdata
{
monitor
_
gain
}
plainly as
\member
{
monitor
_
gain
}
.
\end{methoddesc}
...
...
@@ -115,7 +115,7 @@ There is a companion module,
\module
{
SUNAUDIODEV
}
\refstmodindex
{
SUNAUDIODEV
}
, which defines useful
symbolic constants like
\constant
{
MIN
_
GAIN
}
,
\constant
{
MAX
_
GAIN
}
,
\constant
{
SPEAKER
}
, etc. The names of the constants are the same names
as used in the
\C
{}
include file
\code
{
<sun/audioio.h>
}
, with the
as used in the
C
include file
\code
{
<sun/audioio.h>
}
, with the
leading string
\samp
{
AUDIO
_}
stripped.
The audio device supports asynchronous notification of various events,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment