Module libpulse_binding::def::source_flags [−][src]
Use the associated constants on SourceFlagSet.
Special source flags.
Constants
| DECIBEL_VOLUME | Deprecated Volume can be translated to dB with the |
| DYNAMIC_LATENCY | Deprecated The latency can be adjusted dynamically depending on the needs of the connected streams. |
| FLAT_VOLUME | Deprecated This source is in flat volume mode, i.e. always the maximum of the volume of all connected outputs. |
| HARDWARE | Deprecated Is a hardware source of some kind, in contrast to “virtual”/software source. |
| HW_MUTE_CTRL | Deprecated Supports hardware mute control. This is a dynamic flag and may change at runtime after the source has initialized. |
| HW_VOLUME_CTRL | Deprecated Supports hardware volume control. This is a dynamic flag and may change at runtime after the source has initialized. |
| LATENCY | Deprecated Supports latency querying. |
| NETWORK | Deprecated Is a networked source of some kind. |
| NOFLAGS | Deprecated Flag to pass when no specific options are needed. |