@@ -111,52 +111,52 @@ \subsection{Port Objects}
111111
112112\begin {methoddesc }[audio port]{closeport}{}
113113Close the port.
114- \end {methoddesc }[audio port]
114+ \end {methoddesc }
115115
116116\begin {methoddesc }[audio port]{getfd}{}
117117Return the file descriptor as an int.
118- \end {methoddesc }[audio port]
118+ \end {methoddesc }
119119
120120\begin {methoddesc }[audio port]{getfilled}{}
121121Return the number of filled samples.
122- \end {methoddesc }[audio port]
122+ \end {methoddesc }
123123
124124\begin {methoddesc }[audio port]{getfillable}{}
125125Return the number of fillable samples.
126- \end {methoddesc }[audio port]
126+ \end {methoddesc }
127127
128128\begin {methoddesc }[audio port]{readsamps}{nsamples}
129129Read a number of samples from the queue, blocking if necessary.
130130Return the data as a string containing the raw data, (e.g., 2 bytes per
131131sample in big-endian byte order (high byte, low byte) if you have set
132132the sample width to 2 bytes).
133- \end {methoddesc }[audio port]
133+ \end {methoddesc }
134134
135135\begin {methoddesc }[audio port]{writesamps}{samples}
136136Write samples into the queue, blocking if necessary. The samples are
137137encoded as described for the \method {readsamps()} return value.
138- \end {methoddesc }[audio port]
138+ \end {methoddesc }
139139
140140\begin {methoddesc }[audio port]{getfillpoint}{}
141141Return the `fill point'.
142- \end {methoddesc }[audio port]
142+ \end {methoddesc }
143143
144144\begin {methoddesc }[audio port]{setfillpoint}{fillpoint}
145145Set the `fill point'.
146- \end {methoddesc }[audio port]
146+ \end {methoddesc }
147147
148148\begin {methoddesc }[audio port]{getconfig}{}
149149Return a configuration object containing the current configuration of
150150the port.
151- \end {methoddesc }[audio port]
151+ \end {methoddesc }
152152
153153\begin {methoddesc }[audio port]{setconfig}{config}
154154Set the configuration from the argument, a configuration object.
155- \end {methoddesc }[audio port]
155+ \end {methoddesc }
156156
157157\begin {methoddesc }[audio port]{getstatus}{list}
158158Get status information on last error.
159- \end {methoddesc }[audio port]
159+ \end {methoddesc }
160160
161161
162162\section {Standard Module \module {AL} }
0 commit comments