👎Deprecated since 2.20.0: Use the associated constants on SinkFlagSet.
Expand description

Special sink flags.

Constants

  • DECIBEL_VOLUMEDeprecated
    Volume can be translated to dB with the From based conversions between Volume, VolumeLinear and VolumeDB types. This is a dynamic flag and may change at runtime after the sink has initialized.
  • DYNAMIC_LATENCYDeprecated
    The latency can be adjusted dynamically depending on the needs of the connected streams.
  • FLAT_VOLUMEDeprecated
    This sink is in flat volume mode, i.e. always the maximum of the volume of all connected inputs.
  • HARDWAREDeprecated
    Is a hardware sink of some kind, in contrast to “virtual”/software sinks.
  • HW_MUTE_CTRLDeprecated
    Supports hardware mute control. This is a dynamic flag and may change at runtime after the sink has initialized.
  • HW_VOLUME_CTRLDeprecated
    Supports hardware volume control. This is a dynamic flag and may change at runtime after the sink has initialized.
  • LATENCYDeprecated
    Supports latency querying.
  • NETWORKDeprecated
    Is a networked sink of some kind.
  • NOFLAGSDeprecated
    Flag to pass when no specific options are needed.
  • SET_FORMATSDeprecated
    The sink allows setting what formats are supported by the connected hardware. The actual functionality to do this might be provided by an extension.