]> code.delx.au - pulseaudio/blobdiff - PROTOCOL
Introduce "available" concept for ports, and communicate that to clients. Bump protoc...
[pulseaudio] / PROTOCOL
index 8c6919060150c950c0b1c43dc7bfaacbd8d6d190..8b2f81ffa17f6d20462d955173ee833e557b6158 100644 (file)
--- a/PROTOCOL
+++ b/PROTOCOL
@@ -278,6 +278,16 @@ New field in PA_COMMAND_UNDERFLOW:
 
     int64_t index
 
+## v24, implemented by >= 2.0
+
+New field in all commands that send/receive port introspection data
+(PA_COMMAND_GET_(SOURCE|SINK)_OUTPUT_INFO,
+PA_COMMAND_GET_(SOURCE|SINK)_OUTPUT_INFO_LIST):
+
+    uint32_t available
+
+The field is added once for every port.
+
 #### If you just changed the protocol, read this
 ## module-tunnel depends on the sink/source/sink-input/source-input protocol
 ## internals, so if you changed these, you might have broken module-tunnel.