From f190f1dcef46e5bca7cb68eef7129d1a365e5c6e Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 15 Jan 2019 11:06:04 -0300 Subject: [PATCH] doc/media-api: Add Device property to MediaEndpoint This adds Device property which indicates which device the endpoint belongs to. --- doc/media-api.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/media-api.txt b/doc/media-api.txt index 292e9034c..bca8c9563 100644 --- a/doc/media-api.txt +++ b/doc/media-api.txt @@ -556,6 +556,10 @@ Properties string UUID [readonly, optional]: Capabilities blob, it is used as it is so the size and byte order must match. + object Device [readonly, optional]: + + Device object which the endpoint is belongs to. + MediaTransport1 hierarchy ========================= -- 2.47.3