diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2010-10-06 09:13:36 +0100 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2010-10-06 09:13:36 +0100 |
commit | b042ea0fb56b00004bde2851a4c62788e4364be0 (patch) | |
tree | b0737337ba423bcc4ea3bdc9e99508226f97acdf /spec/Call_Content.xml | |
parent | 1e823fc951695c97c0ccaa28895a85a18d47a7b0 (diff) |
Call_Content: add a Packetization property
Fixes: fd.o#28755
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'spec/Call_Content.xml')
-rw-r--r-- | spec/Call_Content.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/spec/Call_Content.xml b/spec/Call_Content.xml index fa080dbb..e82f6468 100644 --- a/spec/Call_Content.xml +++ b/spec/Call_Content.xml @@ -174,6 +174,38 @@ <tp:member-ref>StreamsRemoved</tp:member-ref>.</p> </tp:docstring> </property> + + <tp:enum name="Call_Content_Packetization_Type" type="u"> + <tp:docstring> + A packetization method that can be used for a content. + </tp:docstring> + + <tp:enumvalue suffix="RTP" value="0"> + <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> + Real-time Transport Protocol. + </tp:docstring> + </tp:enumvalue> + + <tp:enumvalue suffix="raw" value="1"> + <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> + Raw media. + </tp:docstring> + </tp:enumvalue> + + <tp:enumvalue suffix="MSN" value="2"> + <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> + MSN webcam. + </tp:docstring> + </tp:enumvalue> + </tp:enum> + + <property name="Packetization" tp:name-for-bindings="Packetization" + type="u" tp:type="Call_Content_Packetization_Type" access="read"> + <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> + <p>The packetization method in use for this content. This + property is immutable.</p> + </tp:docstring> + </property> </interface> </node> <!-- vim:set sw=2 sts=2 et ft=xml: --> |