mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
docs: improve docs a little
This commit is contained in:
parent
df457e99b2
commit
532fc29c85
2 changed files with 15 additions and 4 deletions
|
|
@ -214,14 +214,16 @@
|
|||
* VMs usually can't support the low latency settings that are possible on real
|
||||
* hardware.
|
||||
*
|
||||
* ## Application settings (Rules)
|
||||
*
|
||||
* The pulse protocol module supports generic config rules. It provides a `quirks`
|
||||
* and an `update-props` action.
|
||||
* ## Stream settings and rules
|
||||
*
|
||||
* Streams created by module-protocol-pulse will use the stream.properties
|
||||
* section and stream.rules sections as usual.
|
||||
*
|
||||
* ## Application settings (Rules)
|
||||
*
|
||||
* The pulse protocol module supports generic config rules. It supports a pulse.rules
|
||||
* section with a `quirks` and an `update-props` action.
|
||||
*
|
||||
*\code{.unparsed}
|
||||
* pulse.rules = [
|
||||
* {
|
||||
|
|
|
|||
|
|
@ -161,6 +161,15 @@ extern "C" {
|
|||
* \section sec_stream_disconnect Disconnect
|
||||
*
|
||||
* Use \ref pw_stream_disconnect() to disconnect a stream after use.
|
||||
*
|
||||
* \section sec_stream_configuration Configuration
|
||||
*
|
||||
* \subsection ssec_config_properties Stream Properties
|
||||
*
|
||||
* \subsection ssec_config_rules Stream Rules
|
||||
*
|
||||
* \section sec_stream_environment Environment Variables
|
||||
*
|
||||
*/
|
||||
/** \defgroup pw_stream Stream
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue