]> code.delx.au - pulseaudio/blobdiff - src/pulse/def.h
sink: Add a SET_FORMATS flag
[pulseaudio] / src / pulse / def.h
index 32169deb3e66163a6e9fa707ca3f3fe9ddffd5ed..96aea19379248bf0d8b4007cb63fd85c34988dfe 100644 (file)
@@ -756,6 +756,10 @@ typedef enum pa_sink_flags {
      * sinks). */
 /** \endcond */
 
+    PA_SINK_SET_FORMATS = 0x0400U,
+    /**< The sink allows setting what formats are supported by the connected
+     * hardware. The actual functionality to do this might be provided by an
+     * extension. \since 1.0 */
 } pa_sink_flags_t;
 
 /** \cond fulldocs */