mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
stream: Improve pa_stream_connect_playback() documentation
This commit is contained in:
parent
77ebb6567f
commit
a36bf31cae
1 changed files with 5 additions and 1 deletions
|
|
@ -447,7 +447,11 @@ int pa_stream_is_corked(pa_stream *s);
|
||||||
* making sure the volume passed here has always the same semantics as
|
* making sure the volume passed here has always the same semantics as
|
||||||
* the volume passed to pa_context_set_sink_input_volume(). It is possible
|
* the volume passed to pa_context_set_sink_input_volume(). It is possible
|
||||||
* to figure out whether flat volume mode is in effect for a given sink
|
* to figure out whether flat volume mode is in effect for a given sink
|
||||||
* by calling pa_context_get_sink_info_by_name(). */
|
* by calling pa_context_get_sink_info_by_name().
|
||||||
|
*
|
||||||
|
* Since 5.0, it's possible to specify a single-channel volume even if the
|
||||||
|
* stream has multiple channels. In that case the same volume is applied to all
|
||||||
|
* channels. */
|
||||||
int pa_stream_connect_playback(
|
int pa_stream_connect_playback(
|
||||||
pa_stream *s /**< The stream to connect to a sink */,
|
pa_stream *s /**< The stream to connect to a sink */,
|
||||||
const char *dev /**< Name of the sink to connect to, or NULL for default */ ,
|
const char *dev /**< Name of the sink to connect to, or NULL for default */ ,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue