tizen 2.0 init
[framework/multimedia/gst-plugins-base0.10.git] / docs / libs / html / gst-plugins-base-libs-gstmixeroptions.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>gstmixeroptions</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-interfaces.html" title="Interfaces Library">
9 <link rel="prev" href="gst-plugins-base-libs-gstmixer.html" title="gstmixer">
10 <link rel="next" href="gst-plugins-base-libs-gstmixertrack.html" title="gstmixertrack">
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-gstmixer.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18 <td><a accesskey="u" href="gstreamer-interfaces.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-gstmixertrack.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-gstmixeroptions.synopsis" class="shortcut">Top</a>
25                    | 
26                   <a href="#gst-plugins-base-libs-gstmixeroptions.description" class="shortcut">Description</a>
27                    | 
28                   <a href="#gst-plugins-base-libs-gstmixeroptions.object-hierarchy" class="shortcut">Object Hierarchy</a>
29 </td></tr>
30 </table>
31 <div class="refentry">
32 <a name="gst-plugins-base-libs-gstmixeroptions"></a><div class="titlepage"></div>
33 <div class="refnamediv"><table width="100%"><tr>
34 <td valign="top">
35 <h2><span class="refentrytitle"><a name="gst-plugins-base-libs-gstmixeroptions.top_of_page"></a>gstmixeroptions</span></h2>
36 <p>gstmixeroptions — Multi-option mixer control</p>
37 </td>
38 <td valign="top" align="right"></td>
39 </tr></table></div>
40 <div class="refsynopsisdiv">
41 <a name="gst-plugins-base-libs-gstmixeroptions.synopsis"></a><h2>Synopsis</h2>
42 <a name="GstMixerOptions"></a><pre class="synopsis">
43 #include &lt;gst/interfaces/mixer.h&gt;
44
45 struct              <a class="link" href="gst-plugins-base-libs-gstmixeroptions.html#GstMixerOptions-struct" title="struct GstMixerOptions">GstMixerOptions</a>;
46 <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *             <a class="link" href="gst-plugins-base-libs-gstmixeroptions.html#gst-mixer-options-get-values" title="gst_mixer_options_get_values ()">gst_mixer_options_get_values</a>        (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstmixeroptions.html#GstMixerOptions"><span class="type">GstMixerOptions</span></a> *mixer_options</code></em>);
47 </pre>
48 </div>
49 <div class="refsect1">
50 <a name="gst-plugins-base-libs-gstmixeroptions.object-hierarchy"></a><h2>Object Hierarchy</h2>
51 <pre class="synopsis">
52   <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
53    +----<a class="link" href="gst-plugins-base-libs-gstmixertrack.html#GstMixerTrack">GstMixerTrack</a>
54          +----GstMixerOptions
55 </pre>
56 </div>
57 <div class="refsect1">
58 <a name="gst-plugins-base-libs-gstmixeroptions.description"></a><h2>Description</h2>
59 <p>
60 Mixer control object that allows switching between multiple options.
61 Note that <code class="classname">GstMixerOptions</code> is a subclass of
62 <code class="classname">GstMixerTrack</code>.
63 </p>
64 </div>
65 <div class="refsect1">
66 <a name="gst-plugins-base-libs-gstmixeroptions.details"></a><h2>Details</h2>
67 <div class="refsect2">
68 <a name="GstMixerOptions-struct"></a><h3>struct GstMixerOptions</h3>
69 <pre class="programlisting">struct GstMixerOptions {
70   /* list of strings (do not access directly) (FIXME 0.11: make private) */
71   GList        *values;
72 };
73 </pre>
74 <p>
75 Mixer control object.
76 </p>
77 <div class="variablelist"><table border="0">
78 <col align="left" valign="top">
79 <tbody><tr>
80 <td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *<em class="structfield"><code><a name="GstMixerOptions-struct.values"></a>values</code></em>;</span></p></td>
81 <td>List of option strings. Do not access this member directly,
82 always use <a class="link" href="gst-plugins-base-libs-gstmixeroptions.html#gst-mixer-options-get-values" title="gst_mixer_options_get_values ()"><code class="function">gst_mixer_options_get_values()</code></a> instead.</td>
83 </tr></tbody>
84 </table></div>
85 </div>
86 <hr>
87 <div class="refsect2">
88 <a name="gst-mixer-options-get-values"></a><h3>gst_mixer_options_get_values ()</h3>
89 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *             gst_mixer_options_get_values        (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstmixeroptions.html#GstMixerOptions"><span class="type">GstMixerOptions</span></a> *mixer_options</code></em>);</pre>
90 <p>
91 Get the values for the mixer option.
92 </p>
93 <div class="variablelist"><table border="0">
94 <col align="left" valign="top">
95 <tbody>
96 <tr>
97 <td><p><span class="term"><em class="parameter"><code>mixer_options</code></em> :</span></p></td>
98 <td>The <a class="link" href="gst-plugins-base-libs-gstmixeroptions.html#GstMixerOptions"><span class="type">GstMixerOptions</span></a> item that owns the values.</td>
99 </tr>
100 <tr>
101 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
102 <td>A list of strings with all the possible values for the mixer
103 option. You must not free or modify the list or its contents, it belongs
104 to the <em class="parameter"><code>mixer_options</code></em> object.</td>
105 </tr>
106 </tbody>
107 </table></div>
108 </div>
109 </div>
110 <div class="refsect1">
111 <a name="gst-plugins-base-libs-gstmixeroptions.see-also"></a><h2>See Also</h2>
112 GstMixer, GstMixerTrack
113 </div>
114 </div>
115 <div class="footer">
116 <hr>
117           Generated by GTK-Doc V1.18</div>
118 </body>
119 </html>