Skip to content

session-manager: add session-related keys for SPA_TYPE_OBJECT_Props

George Kiagiadakis requested to merge gkiagia/pipewire:session-prop-keys into master

The intention is to be able to set which endpoint is the default audio source/sink.

The keys extend the ones in enum spa_prop

The values are meant to be of type Int, storing the Endpoint object's global id.

Merge request reports