Go to the documentation of this file.
   26 #ifndef PIPEWIRE_EXT_SESSION_MANAGER_KEYS_H 
   27 #define PIPEWIRE_EXT_SESSION_MANAGER_KEYS_H 
   38 #define PW_KEY_SESSION_ID               "session.id"             
   40 #define PW_KEY_ENDPOINT_ID              "endpoint.id"            
   41 #define PW_KEY_ENDPOINT_NAME            "endpoint.name"          
   42 #define PW_KEY_ENDPOINT_MONITOR         "endpoint.monitor"       
   43 #define PW_KEY_ENDPOINT_CLIENT_ID       "endpoint.client.id"     
   44 #define PW_KEY_ENDPOINT_ICON_NAME       "endpoint.icon-name"     
   46 #define PW_KEY_ENDPOINT_AUTOCONNECT     "endpoint.autoconnect"   
   48 #define PW_KEY_ENDPOINT_TARGET          "endpoint.target"        
   50 #define PW_KEY_ENDPOINT_STREAM_ID               "endpoint-stream.id"             
   51 #define PW_KEY_ENDPOINT_STREAM_NAME             "endpoint-stream.name"           
   52 #define PW_KEY_ENDPOINT_STREAM_DESCRIPTION      "endpoint-stream.description"    
   54 #define PW_KEY_ENDPOINT_LINK_OUTPUT_ENDPOINT    "endpoint-link.output.endpoint"  
   55 #define PW_KEY_ENDPOINT_LINK_OUTPUT_STREAM      "endpoint-link.output.stream"    
   56 #define PW_KEY_ENDPOINT_LINK_INPUT_ENDPOINT     "endpoint-link.input.endpoint"   
   57 #define PW_KEY_ENDPOINT_LINK_INPUT_STREAM       "endpoint-link.input.stream"