• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5<title>GstRTPdefs: GStreamer Base Plugins 1.0 Library Reference Manual</title>
6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7<link rel="home" href="index.html" title="GStreamer Base Plugins 1.0 Library Reference Manual">
8<link rel="up" href="gstreamer-rtp.html" title="RTP Library">
9<link rel="prev" href="gst-plugins-base-libs-GstRtphdrext.html" title="GstRtphdrext">
10<link rel="next" href="gstreamer-rtsp.html" title="RTSP Library">
11<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
12<link rel="stylesheet" href="style.css" type="text/css">
13</head>
14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16<td width="100%" align="left" class="shortcuts">
17<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span18                  <a href="#gst-plugins-base-libs-GstRTPdefs.description" class="shortcut">Description</a></span>
19</td>
20<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
21<td><a accesskey="u" href="gstreamer-rtp.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
22<td><a accesskey="p" href="gst-plugins-base-libs-GstRtphdrext.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
23<td><a accesskey="n" href="gstreamer-rtsp.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
24</tr></table>
25<div class="refentry">
26<a name="gst-plugins-base-libs-GstRTPdefs"></a><div class="titlepage"></div>
27<div class="refnamediv"><table width="100%"><tr>
28<td valign="top">
29<h2><span class="refentrytitle"><a name="gst-plugins-base-libs-GstRTPdefs.top_of_page"></a>GstRTPdefs</span></h2>
30<p>GstRTPdefs — common RTP defines</p>
31</td>
32<td class="gallery_image" valign="top" align="right"></td>
33</tr></table></div>
34<div class="refsect1">
35<a name="gst-plugins-base-libs-GstRTPdefs.other"></a><h2>Types and Values</h2>
36<div class="informaltable"><table class="informaltable" width="100%" border="0">
37<colgroup>
38<col width="150px" class="name">
39<col class="description">
40</colgroup>
41<tbody><tr>
42<td class="datatype_keyword">enum</td>
43<td class="function_name"><a class="link" href="gst-plugins-base-libs-GstRTPdefs.html#GstRTPProfile" title="enum GstRTPProfile">GstRTPProfile</a></td>
44</tr></tbody>
45</table></div>
46</div>
47<div class="refsect1">
48<a name="gst-plugins-base-libs-GstRTPdefs.includes"></a><h2>Includes</h2>
49<pre class="synopsis">#include &lt;gst/rtp/rtp.h&gt;
50</pre>
51</div>
52<div class="refsect1">
53<a name="gst-plugins-base-libs-GstRTPdefs.description"></a><h2>Description</h2>
54<p>Provides common defines for the RTP library.</p>
55</div>
56<div class="refsect1">
57<a name="gst-plugins-base-libs-GstRTPdefs.functions_details"></a><h2>Functions</h2>
58<p></p>
59</div>
60<div class="refsect1">
61<a name="gst-plugins-base-libs-GstRTPdefs.other_details"></a><h2>Types and Values</h2>
62<div class="refsect2">
63<a name="GstRTPProfile"></a><h3>enum GstRTPProfile</h3>
64<p>The transfer profile to use.</p>
65<div class="refsect3">
66<a name="GstRTPProfile.members"></a><h4>Members</h4>
67<div class="informaltable"><table class="informaltable" width="100%" border="0">
68<colgroup>
69<col width="300px" class="enum_members_name">
70<col class="enum_members_description">
71<col width="200px" class="enum_members_annotations">
72</colgroup>
73<tbody>
74<tr>
75<td class="enum_member_name"><p><a name="GST-RTP-PROFILE-UNKNOWN:CAPS"></a>GST_RTP_PROFILE_UNKNOWN</p></td>
76<td class="enum_member_description">
77<p>invalid profile</p>
78</td>
79<td class="enum_member_annotations"> </td>
80</tr>
81<tr>
82<td class="enum_member_name"><p><a name="GST-RTP-PROFILE-AVP:CAPS"></a>GST_RTP_PROFILE_AVP</p></td>
83<td class="enum_member_description">
84<p>the Audio/Visual profile (RFC 3551)</p>
85</td>
86<td class="enum_member_annotations"> </td>
87</tr>
88<tr>
89<td class="enum_member_name"><p><a name="GST-RTP-PROFILE-SAVP:CAPS"></a>GST_RTP_PROFILE_SAVP</p></td>
90<td class="enum_member_description">
91<p>the secure Audio/Visual profile (RFC 3711)</p>
92</td>
93<td class="enum_member_annotations"> </td>
94</tr>
95<tr>
96<td class="enum_member_name"><p><a name="GST-RTP-PROFILE-AVPF:CAPS"></a>GST_RTP_PROFILE_AVPF</p></td>
97<td class="enum_member_description">
98<p>the Audio/Visual profile with feedback (RFC 4585)</p>
99</td>
100<td class="enum_member_annotations"> </td>
101</tr>
102<tr>
103<td class="enum_member_name"><p><a name="GST-RTP-PROFILE-SAVPF:CAPS"></a>GST_RTP_PROFILE_SAVPF</p></td>
104<td class="enum_member_description">
105<p>the secure Audio/Visual profile with feedback (RFC 5124)</p>
106</td>
107<td class="enum_member_annotations"> </td>
108</tr>
109</tbody>
110</table></div>
111</div>
112<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
113</div>
114</div>
115</div>
116<div class="footer">
117<hr>Generated by GTK-Doc V1.28</div>
118</body>
119</html>