mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
stream: handle endpoint-target for streams
This commit is contained in:
parent
7bce1762de
commit
4ccbce9932
5 changed files with 27 additions and 20 deletions
|
|
@ -38,6 +38,7 @@ extern "C" {
|
|||
* Ex. "sound-card-speakers-usb" */
|
||||
#define PW_KEY_ENDPOINT_AUTOCONNECT "endpoint.autoconnect" /**< try to automatically connect this
|
||||
* endpoint. */
|
||||
#define PW_KEY_ENDPOINT_TARGET "endpoint.target" /**< the suggested target to connect to */
|
||||
|
||||
#define PW_KEY_ENDPOINT_STREAM_ID "endpoint-stream.id" /**< id of a stream */
|
||||
#define PW_KEY_ENDPOINT_STREAM_NAME "endpoint-stream.name" /**< unique name of a stream */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue