wireplumber/tests/modules/endpoint-creation/simple/audio-source.endpoint
Julian Bouzas 7d35191091 m-config-endpoint: refactor and rename to endpoint-creation
Allows implementing device specific endpoint creation logic, which is currently
needed for bluetooth endpoints as they need to be created differenly.
2020-10-05 11:35:24 -04:00

14 lines
259 B
Text

[match-node]
properties = [
{ name = "media.class", value = "Audio/Source" },
]
[endpoint]
session = "default"
type = "si-simple-node-endpoint"
[endpoint.config]
name = "audiotestsrc-endpoint"
media_class = "Audio/Source"
role = "Multimedia"
priority = 0