summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2010-10-29 12:32:44 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2010-10-29 12:32:44 +0100
commitfdf5f07584b7866f0954d12285860beaf9b31828 (patch)
treee3c66e2dc5f8ce07b9feee5e0d13e2edcc901ab7
parent469d304228c0472f718a94ac72f5644f1f2677ee (diff)
RTCP_Feedback: add Category to codec feedback structrtcp-fb
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--spec/Call_Content_Codec_Offer_Interface_RTCP_Feedback.xml15
1 files changed, 10 insertions, 5 deletions
diff --git a/spec/Call_Content_Codec_Offer_Interface_RTCP_Feedback.xml b/spec/Call_Content_Codec_Offer_Interface_RTCP_Feedback.xml
index 41f15716..6eb22f5e 100644
--- a/spec/Call_Content_Codec_Offer_Interface_RTCP_Feedback.xml
+++ b/spec/Call_Content_Codec_Offer_Interface_RTCP_Feedback.xml
@@ -58,7 +58,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<method name="SetLocalFeedbackCodecs"
tp:name-for-bindings="Set_Local_Feedback_Codecs">
- <arg name="Codecs" direction="in" type="a{ua(sa{ss})}"
+ <arg name="Codecs" direction="in" type="a{ua(ssa{ss})}"
tp:type="RTCP_Feedback_Codec_Map" />
<tp:docstring>
Sets the <tp:member-ref>LocalFeedbackCodecs</tp:member-ref>
@@ -80,9 +80,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
A struct representing the properties of an RTCP feedback
codec.
</tp:docstring>
+ <tp:member type="s" name="Category">
+ <tp:docstring>
+ Feedback category, for example "ack", "nack", or "ccm".
+ </tp:docstring>
+ </tp:member>
<tp:member type="s" name="Type">
<tp:docstring>
- Feedback type, for example "ack", "nack", or "ccm".
+ Feedback type.
</tp:docstring>
</tp:member>
<tp:member type="a{ss}" name="Parameters" tp:type="String_String_Map">
@@ -102,7 +107,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
PT in the SDP or content description.
</tp:docstring>
</tp:member>
- <tp:member type="a(sa{ss})" tp:type="RTCP_Feedback_Codec_Properties[]"
+ <tp:member type="a(ssa{ss})" tp:type="RTCP_Feedback_Codec_Properties[]"
name="Properties">
<tp:docstring>
The RTCP feedback properties for this codec.
@@ -110,7 +115,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</tp:member>
</tp:mapping>
- <property name="LocalFeedbackCodecs" type="a{ua(sa{ss})}"
+ <property name="LocalFeedbackCodecs" type="a{ua(ssa{ss})}"
tp:type="RTCP_Feedback_Codec_Map"
access="read" tp:name-for-bindings="Local_Feedback_Codecs">
<tp:docstring>
@@ -119,7 +124,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</tp:docstring>
</property>
- <property name="RemoteFeedbackCodecs" type="a{ua(sa{ss})}"
+ <property name="RemoteFeedbackCodecs" type="a{ua(ssa{ss})}"
tp:type="RTCP_Feedback_Codec_Map"
access="read" tp:name-for-bindings="Remote_Feedback_Codecs">
<tp:docstring>