From 9396e8d535e1ba651a861e097b73496ea41d7189 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Wed, 15 Mar 2023 22:16:39 +0000 Subject: [PATCH] doc: describe new ISO Transport properties Document the currently undocumented transport QoS properties. --- doc/media-api.txt | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/doc/media-api.txt b/doc/media-api.txt index 281f72c..3746ccd 100755 --- a/doc/media-api.txt +++ b/doc/media-api.txt @@ -804,3 +804,43 @@ Properties object Device [readonly] Linked transport objects which the transport is associated with. + + byte CIG [ISO only, optional, experimental] + + Indicates configured QoS CIG. + Only present when QoS is configured. + + byte CIS [ISO only, optional, experimental] + + Indicates configured QoS CIS. + Only present when QoS is configured. + + uint32 Interval [ISO only, optional, experimental] + + Indicates configured QoS interval. + Only present when QoS is configured. + + boolean Framing [ISO only, optional, experimental] + + Indicates configured QoS framing. + Only present when QoS is configured. + + byte PHY [ISO only, optional, experimental] + + Indicates configured QoS PHY. + Only present when QoS is configured. + + uint16 SDU [ISO only, optional, experimental] + + Indicates configured QoS SDU. + Only present when QoS is configured. + + byte Retransmissions [ISO only, optional, experimental] + + Indicates configured QoS retransmissions. + Only present when QoS is configured. + + uint16 Latency [ISO only, optional, experimental] + + Indicates configured QoS latency. + Only present when QoS is configured. -- 2.7.4