Initialize Tizen 2.3
[framework/multimedia/gst-plugins-base0.10.git] / mobile / docs / libs / html / gst-plugins-base-libs-gsttagxmpwriter.html
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>gsttagxmpwriter</title>
6 <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7 <link rel="home" href="index.html" title="GStreamer Base Plugins 0.10 Library Reference Manual">
8 <link rel="up" href="gstreamer-tag.html" title="Tag Support Library">
9 <link rel="prev" href="gst-plugins-base-libs-gsttagxmp.html" title="gsttagxmp">
10 <link rel="next" href="gst-plugins-base-libs-gsttagdemux.html" title="gsttagdemux">
11 <meta name="generator" content="GTK-Doc V1.18 (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="2">
16 <tr valign="middle">
17 <td><a accesskey="p" href="gst-plugins-base-libs-gsttagxmp.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18 <td><a accesskey="u" href="gstreamer-tag.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20 <th width="100%" align="center">GStreamer Base Plugins 0.10 Library Reference Manual</th>
21 <td><a accesskey="n" href="gst-plugins-base-libs-gsttagdemux.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22 </tr>
23 <tr><td colspan="5" class="shortcuts">
24 <a href="#gst-plugins-base-libs-gsttagxmpwriter.synopsis" class="shortcut">Top</a>
25                    | 
26                   <a href="#gst-plugins-base-libs-gsttagxmpwriter.description" class="shortcut">Description</a>
27 </td></tr>
28 </table>
29 <div class="refentry">
30 <a name="gst-plugins-base-libs-gsttagxmpwriter"></a><div class="titlepage"></div>
31 <div class="refnamediv"><table width="100%"><tr>
32 <td valign="top">
33 <h2><span class="refentrytitle"><a name="gst-plugins-base-libs-gsttagxmpwriter.top_of_page"></a>gsttagxmpwriter</span></h2>
34 <p>gsttagxmpwriter — Interface for elements that provide XMP serialization</p>
35 </td>
36 <td valign="top" align="right"></td>
37 </tr></table></div>
38 <div class="refsynopsisdiv">
39 <a name="gst-plugins-base-libs-gsttagxmpwriter.synopsis"></a><h2>Synopsis</h2>
40 <pre class="synopsis"><span class="returnvalue">void</span>                <a class="link" href="gst-plugins-base-libs-gsttagxmpwriter.html#gst-tag-xmp-writer-add-all-schemas" title="gst_tag_xmp_writer_add_all_schemas ()">gst_tag_xmp_writer_add_all_schemas</a>  (<em class="parameter"><code><span class="type">GstTagXmpWriter</span> *config</code></em>);
41 <span class="returnvalue">void</span>                <a class="link" href="gst-plugins-base-libs-gsttagxmpwriter.html#gst-tag-xmp-writer-add-schema" title="gst_tag_xmp_writer_add_schema ()">gst_tag_xmp_writer_add_schema</a>       (<em class="parameter"><code><span class="type">GstTagXmpWriter</span> *config</code></em>,
42                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *schema</code></em>);
43 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="gst-plugins-base-libs-gsttagxmpwriter.html#gst-tag-xmp-writer-has-schema" title="gst_tag_xmp_writer_has_schema ()">gst_tag_xmp_writer_has_schema</a>       (<em class="parameter"><code><span class="type">GstTagXmpWriter</span> *config</code></em>,
44                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *schema</code></em>);
45 <span class="returnvalue">void</span>                <a class="link" href="gst-plugins-base-libs-gsttagxmpwriter.html#gst-tag-xmp-writer-remove-schema" title="gst_tag_xmp_writer_remove_schema ()">gst_tag_xmp_writer_remove_schema</a>    (<em class="parameter"><code><span class="type">GstTagXmpWriter</span> *config</code></em>,
46                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *schema</code></em>);
47 <span class="returnvalue">void</span>                <a class="link" href="gst-plugins-base-libs-gsttagxmpwriter.html#gst-tag-xmp-writer-remove-all-schemas" title="gst_tag_xmp_writer_remove_all_schemas ()">gst_tag_xmp_writer_remove_all_schemas</a>
48                                                         (<em class="parameter"><code><span class="type">GstTagXmpWriter</span> *config</code></em>);
49 <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstBuffer.html#GstBuffer"><span class="returnvalue">GstBuffer</span></a> *         <a class="link" href="gst-plugins-base-libs-gsttagxmpwriter.html#gst-tag-xmp-writer-tag-list-to-xmp-buffer" title="gst_tag_xmp_writer_tag_list_to_xmp_buffer ()">gst_tag_xmp_writer_tag_list_to_xmp_buffer</a>
50                                                         (<em class="parameter"><code><span class="type">GstTagXmpWriter</span> *config</code></em>,
51                                                          <em class="parameter"><code>const <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstTagList.html#GstTagList"><span class="type">GstTagList</span></a> *taglist</code></em>,
52                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> read_only</code></em>);
53 </pre>
54 </div>
55 <div class="refsect1">
56 <a name="gst-plugins-base-libs-gsttagxmpwriter.description"></a><h2>Description</h2>
57 <p>
58 </p>
59 <div class="refsect2">
60 <a name="idp24958400"></a><p>
61 This interface is implemented by elements that are able to do XMP serialization. Examples for
62 such elements are <span class="type">jifmux</span> and <span class="type">qtmux</span>.
63 </p>
64 <p>
65 Applications can use this interface to configure which XMP schemas should be used when serializing
66 tags into XMP. Schemas are represented by their names, a full list of the supported schemas can be
67 obtained from <a class="link" href="gst-plugins-base-libs-gsttagxmp.html#gst-tag-xmp-list-schemas" title="gst_tag_xmp_list_schemas ()"><code class="function">gst_tag_xmp_list_schemas()</code></a>. By default, all schemas are used.
68 </p>
69 </div>
70 <p>
71 </p>
72 </div>
73 <div class="refsect1">
74 <a name="gst-plugins-base-libs-gsttagxmpwriter.details"></a><h2>Details</h2>
75 <div class="refsect2">
76 <a name="gst-tag-xmp-writer-add-all-schemas"></a><h3>gst_tag_xmp_writer_add_all_schemas ()</h3>
77 <pre class="programlisting"><span class="returnvalue">void</span>                gst_tag_xmp_writer_add_all_schemas  (<em class="parameter"><code><span class="type">GstTagXmpWriter</span> *config</code></em>);</pre>
78 <p>
79 Adds all available XMP schemas to the configuration. Meaning that
80 all will be used.
81 </p>
82 <div class="variablelist"><table border="0">
83 <col align="left" valign="top">
84 <tbody><tr>
85 <td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
86 <td>a <span class="type">GstTagXmpWriter</span>
87 </td>
88 </tr></tbody>
89 </table></div>
90 <p class="since">Since 0.10.33</p>
91 </div>
92 <hr>
93 <div class="refsect2">
94 <a name="gst-tag-xmp-writer-add-schema"></a><h3>gst_tag_xmp_writer_add_schema ()</h3>
95 <pre class="programlisting"><span class="returnvalue">void</span>                gst_tag_xmp_writer_add_schema       (<em class="parameter"><code><span class="type">GstTagXmpWriter</span> *config</code></em>,
96                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *schema</code></em>);</pre>
97 <p>
98 Adds <em class="parameter"><code>schema</code></em> to the list schemas
99 </p>
100 <div class="variablelist"><table border="0">
101 <col align="left" valign="top">
102 <tbody>
103 <tr>
104 <td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
105 <td>a <span class="type">GstTagXmpWriter</span>
106 </td>
107 </tr>
108 <tr>
109 <td><p><span class="term"><em class="parameter"><code>schema</code></em> :</span></p></td>
110 <td>the schema to be added</td>
111 </tr>
112 </tbody>
113 </table></div>
114 <p class="since">Since 0.10.33</p>
115 </div>
116 <hr>
117 <div class="refsect2">
118 <a name="gst-tag-xmp-writer-has-schema"></a><h3>gst_tag_xmp_writer_has_schema ()</h3>
119 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gst_tag_xmp_writer_has_schema       (<em class="parameter"><code><span class="type">GstTagXmpWriter</span> *config</code></em>,
120                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *schema</code></em>);</pre>
121 <p>
122 Checks if <em class="parameter"><code>schema</code></em> is going to be used
123 </p>
124 <div class="variablelist"><table border="0">
125 <col align="left" valign="top">
126 <tbody>
127 <tr>
128 <td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
129 <td>a <span class="type">GstTagXmpWriter</span>
130 </td>
131 </tr>
132 <tr>
133 <td><p><span class="term"><em class="parameter"><code>schema</code></em> :</span></p></td>
134 <td>the schema to test</td>
135 </tr>
136 <tr>
137 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
138 <td>
139 <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if it is going to be used</td>
140 </tr>
141 </tbody>
142 </table></div>
143 <p class="since">Since 0.10.33</p>
144 </div>
145 <hr>
146 <div class="refsect2">
147 <a name="gst-tag-xmp-writer-remove-schema"></a><h3>gst_tag_xmp_writer_remove_schema ()</h3>
148 <pre class="programlisting"><span class="returnvalue">void</span>                gst_tag_xmp_writer_remove_schema    (<em class="parameter"><code><span class="type">GstTagXmpWriter</span> *config</code></em>,
149                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *schema</code></em>);</pre>
150 <p>
151 Removes a schema from the list of schemas to use. Nothing is done if
152 the schema wasn't in the list
153 </p>
154 <div class="variablelist"><table border="0">
155 <col align="left" valign="top">
156 <tbody>
157 <tr>
158 <td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
159 <td>a <span class="type">GstTagXmpWriter</span>
160 </td>
161 </tr>
162 <tr>
163 <td><p><span class="term"><em class="parameter"><code>schema</code></em> :</span></p></td>
164 <td>the schema to remove</td>
165 </tr>
166 </tbody>
167 </table></div>
168 <p class="since">Since 0.10.33</p>
169 </div>
170 <hr>
171 <div class="refsect2">
172 <a name="gst-tag-xmp-writer-remove-all-schemas"></a><h3>gst_tag_xmp_writer_remove_all_schemas ()</h3>
173 <pre class="programlisting"><span class="returnvalue">void</span>                gst_tag_xmp_writer_remove_all_schemas
174                                                         (<em class="parameter"><code><span class="type">GstTagXmpWriter</span> *config</code></em>);</pre>
175 <p>
176 Removes all schemas from the list of schemas to use. Meaning that no
177 XMP will be generated.
178 </p>
179 <div class="variablelist"><table border="0">
180 <col align="left" valign="top">
181 <tbody><tr>
182 <td><p><span class="term"><em class="parameter"><code>config</code></em> :</span></p></td>
183 <td>a <span class="type">GstTagXmpWriter</span>
184 </td>
185 </tr></tbody>
186 </table></div>
187 <p class="since">Since 0.10.33</p>
188 </div>
189 <hr>
190 <div class="refsect2">
191 <a name="gst-tag-xmp-writer-tag-list-to-xmp-buffer"></a><h3>gst_tag_xmp_writer_tag_list_to_xmp_buffer ()</h3>
192 <pre class="programlisting"><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstBuffer.html#GstBuffer"><span class="returnvalue">GstBuffer</span></a> *         gst_tag_xmp_writer_tag_list_to_xmp_buffer
193                                                         (<em class="parameter"><code><span class="type">GstTagXmpWriter</span> *config</code></em>,
194                                                          <em class="parameter"><code>const <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstTagList.html#GstTagList"><span class="type">GstTagList</span></a> *taglist</code></em>,
195                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> read_only</code></em>);</pre>
196 </div>
197 </div>
198 </div>
199 <div class="footer">
200 <hr>
201           Generated by GTK-Doc V1.18</div>
202 </body>
203 </html>