Module libpulse_binding::def::sink_flags
source · Expand description
Special sink flags.
Constants
Volume can be translated to dB with
::volume::sw_volume_to_db. This is a dynamic flag
and may change at runtime after the sink has initialized.The latency can be adjusted dynamically depending on the needs of the connected streams.
This sink is in flat volume mode, i.e. always the maximum of the volume of all connected
inputs.
Is a hardware sink of some kind, in contrast to “virtual”/software sinks.
Supports hardware mute control. This is a dynamic flag and may change at runtime after the
sink has initialized.
Supports hardware volume control. This is a dynamic flag and may change at runtime after the
sink has initialized.
Supports latency querying
Is a networked sink of some kind.
Flag to pass when no specific options are needed
The sink allows setting what formats are supported by the connected hardware. The actual
functionality to do this might be provided by an extension.