@@ -129,27 +129,27 @@ License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
129
129
</option >
130
130
131
131
<option >
132
- <p ><opt >suspend-sink</opt > <arg >SINK</arg > <arg >1|0 </arg ></p >
132
+ <p ><opt >suspend-sink</opt > <arg >SINK</arg > <arg >true|false </arg ></p >
133
133
<optdesc ><p >Suspend or resume the specified sink (which may be
134
- specified either by its symbolic name, or by its numeric index),
135
- depending whether 1 (suspend) or 0 (resume) is passed as last
136
- argument. Suspending a sink will pause all playback. Depending
137
- on the module implementing the sink this might have the effect
138
- that the underlying device is closed, making it available for
139
- other applications to use. The exact behaviour depends on the
140
- module. </p ></optdesc >
134
+ specified either by its name or index), depending whether true
135
+ (suspend) or false (resume) is passed as last argument. Suspending
136
+ a sink will pause all playback. Depending on the module implementing
137
+ the sink this might have the effect that the underlying device is
138
+ closed, making it available for other applications to use. The exact
139
+ behaviour depends on the module.
140
+ </p ></optdesc >
141
141
</option >
142
142
143
143
<option >
144
- <p ><opt >suspend-source</opt > <arg >SOURCE</arg > <arg >1|0 </arg ></p >
144
+ <p ><opt >suspend-source</opt > <arg >SOURCE</arg > <arg >true|false </arg ></p >
145
145
<optdesc ><p >Suspend or resume the specified source (which may be
146
- specified either by its symbolic name, or by its numeric index),
147
- depending whether 1 (suspend) or 0 (resume) is passed as last
148
- argument. Suspending a source will pause all
149
- capturing. Depending on the module implementing the source this
150
- might have the effect that the underlying device is closed,
151
- making it available for other applications to use. The exact
152
- behaviour depends on the module. </p ></optdesc >
146
+ specified either by its name or index), depending whether true
147
+ (suspend) or false (resume) is passed as last argument. Suspending
148
+ a source will pause all capturing. Depending on the module implementing
149
+ the source this might have the effect that the underlying device is
150
+ closed, making it available for other applications to use. The exact
151
+ behaviour depends on the module.
152
+ </p ></optdesc >
153
153
</option >
154
154
155
155
<option >
0 commit comments