~bcurtiswx/ubuntu/precise/empathy/3.4.2.1-0ubuntu1

« back to all changes in this revision

Viewing changes to docs/libempathy-gtk/html/EmpathyGstAudioSink.html

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2009-11-16 23:40:52 UTC
  • mfrom: (1.1.39 upstream)
  • mto: (6.3.7 experimental)
  • mto: This revision was merged to the branch mainline in revision 80.
  • Revision ID: james.westby@ubuntu.com-20091116234052-7hhwrpeln4mwdyw7
Tags: upstream-2.29.2
Import upstream version 2.29.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
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>EmpathyGstAudioSink</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="libempathy-gtk Reference Manual">
8
 
<link rel="up" href="libempathy_api.html" title="libempathy-gtk API reference">
9
 
<link rel="prev" href="libempathy-gtk-empathy-account-widget.html" title="empathy-account-widget">
10
 
<link rel="next" href="EmpathyGstAudioSrc.html" title="EmpathyGstAudioSrc">
11
 
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
 
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="part" href="pt01.html" title="Part I. libempathy-gtk Overview">
14
 
<link rel="part" href="pt02.html" title="Part II. API Reference">
15
 
<link rel="chapter" href="libempathy_api.html" title="libempathy-gtk API reference">
16
 
<link rel="chapter" href="libempathy-gtk-hierarchy.html" title="Object Hierarchy">
17
 
<link rel="index" href="ix01.html" title="Index">
18
 
</head>
19
 
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
20
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
21
 
<tr valign="middle">
22
 
<td><a accesskey="p" href="libempathy-gtk-empathy-account-widget.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
23
 
<td><a accesskey="u" href="libempathy_api.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
24
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
25
 
<th width="100%" align="center">libempathy-gtk Reference Manual</th>
26
 
<td><a accesskey="n" href="EmpathyGstAudioSrc.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
27
 
</tr>
28
 
<tr><td colspan="5" class="shortcuts">
29
 
<a href="#EmpathyGstAudioSink.synopsis" class="shortcut">Top</a>
30
 
                 | 
31
 
                <a href="#EmpathyGstAudioSink.description" class="shortcut">Description</a>
32
 
                 | 
33
 
                <a href="#EmpathyGstAudioSink.object-hierarchy" class="shortcut">Object Hierarchy</a>
34
 
                 | 
35
 
                <a href="#EmpathyGstAudioSink.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
36
 
                 | 
37
 
                <a href="#EmpathyGstAudioSink.properties" class="shortcut">Properties</a>
38
 
</td></tr>
39
 
</table>
40
 
<div class="refentry" lang="en">
41
 
<a name="EmpathyGstAudioSink"></a><div class="titlepage"></div>
42
 
<div class="refnamediv"><table width="100%"><tr>
43
 
<td valign="top">
44
 
<h2><span class="refentrytitle"><a name="EmpathyGstAudioSink.top_of_page"></a>EmpathyGstAudioSink</span></h2>
45
 
<p>EmpathyGstAudioSink</p>
46
 
</td>
47
 
<td valign="top" align="right"></td>
48
 
</tr></table></div>
49
 
<div class="refsynopsisdiv">
50
 
<a name="EmpathyGstAudioSink.synopsis"></a><h2>Synopsis</h2>
51
 
<pre class="synopsis">
52
 
                    <a class="link" href="EmpathyGstAudioSink.html#EmpathyGstAudioSink-struct" title="EmpathyGstAudioSink">EmpathyGstAudioSink</a>;
53
 
GstElement *        <a class="link" href="EmpathyGstAudioSink.html#empathy-audio-sink-new" title="empathy_audio_sink_new ()">empathy_audio_sink_new</a>              (void);
54
 
void                <a class="link" href="EmpathyGstAudioSink.html#empathy-audio-sink-set-volume" title="empathy_audio_sink_set_volume ()">empathy_audio_sink_set_volume</a>       (<a class="link" href="EmpathyGstAudioSink.html" title="EmpathyGstAudioSink">EmpathyGstAudioSink</a> *sink,
55
 
                                                         <a
56
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
57
 
>gdouble</a> volume);
58
 
<a
59
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
60
 
>gdouble</a>             <a class="link" href="EmpathyGstAudioSink.html#empathy-audio-sink-get-volume" title="empathy_audio_sink_get_volume ()">empathy_audio_sink_get_volume</a>       (<a class="link" href="EmpathyGstAudioSink.html" title="EmpathyGstAudioSink">EmpathyGstAudioSink</a> *sink);
61
 
</pre>
62
 
</div>
63
 
<div class="refsect1" lang="en">
64
 
<a name="EmpathyGstAudioSink.object-hierarchy"></a><h2>Object Hierarchy</h2>
65
 
<pre class="synopsis">
66
 
  <a
67
 
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"
68
 
>GObject</a>
69
 
   +----GstObject
70
 
         +----GstElement
71
 
               +----GstBin
72
 
                     +----EmpathyGstAudioSink
73
 
</pre>
74
 
</div>
75
 
<div class="refsect1" lang="en">
76
 
<a name="EmpathyGstAudioSink.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
77
 
<p>
78
 
EmpathyGstAudioSink implements
79
 
 GstChildProxy.</p>
80
 
</div>
81
 
<div class="refsect1" lang="en">
82
 
<a name="EmpathyGstAudioSink.properties"></a><h2>Properties</h2>
83
 
<pre class="synopsis">
84
 
  "<a class="link" href="EmpathyGstAudioSink.html#EmpathyGstAudioSink--volume" title='The "volume" property'>volume</a>"                   <a
85
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
86
 
>gdouble</a>               : Read / Write
87
 
</pre>
88
 
</div>
89
 
<div class="refsect1" lang="en">
90
 
<a name="EmpathyGstAudioSink.description"></a><h2>Description</h2>
91
 
<p>
92
 
</p>
93
 
</div>
94
 
<div class="refsect1" lang="en">
95
 
<a name="EmpathyGstAudioSink.details"></a><h2>Details</h2>
96
 
<div class="refsect2" lang="en">
97
 
<a name="EmpathyGstAudioSink-struct"></a><h3>EmpathyGstAudioSink</h3>
98
 
<pre class="programlisting">typedef struct _EmpathyGstAudioSink EmpathyGstAudioSink;</pre>
99
 
<p>
100
 
</p>
101
 
</div>
102
 
<hr>
103
 
<div class="refsect2" lang="en">
104
 
<a name="empathy-audio-sink-new"></a><h3>empathy_audio_sink_new ()</h3>
105
 
<pre class="programlisting">GstElement *        empathy_audio_sink_new              (void);</pre>
106
 
<p>
107
 
</p>
108
 
<div class="variablelist"><table border="0">
109
 
<col align="left" valign="top">
110
 
<tbody><tr>
111
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
112
 
<td>
113
 
</td>
114
 
</tr></tbody>
115
 
</table></div>
116
 
</div>
117
 
<hr>
118
 
<div class="refsect2" lang="en">
119
 
<a name="empathy-audio-sink-set-volume"></a><h3>empathy_audio_sink_set_volume ()</h3>
120
 
<pre class="programlisting">void                empathy_audio_sink_set_volume       (<a class="link" href="EmpathyGstAudioSink.html" title="EmpathyGstAudioSink">EmpathyGstAudioSink</a> *sink,
121
 
                                                         <a
122
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
123
 
>gdouble</a> volume);</pre>
124
 
<p>
125
 
</p>
126
 
<div class="variablelist"><table border="0">
127
 
<col align="left" valign="top">
128
 
<tbody>
129
 
<tr>
130
 
<td><p><span class="term"><em class="parameter"><code>sink</code></em> :</span></p></td>
131
 
<td>
132
 
</td>
133
 
</tr>
134
 
<tr>
135
 
<td><p><span class="term"><em class="parameter"><code>volume</code></em> :</span></p></td>
136
 
<td>
137
 
</td>
138
 
</tr>
139
 
</tbody>
140
 
</table></div>
141
 
</div>
142
 
<hr>
143
 
<div class="refsect2" lang="en">
144
 
<a name="empathy-audio-sink-get-volume"></a><h3>empathy_audio_sink_get_volume ()</h3>
145
 
<pre class="programlisting"><a
146
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
147
 
>gdouble</a>             empathy_audio_sink_get_volume       (<a class="link" href="EmpathyGstAudioSink.html" title="EmpathyGstAudioSink">EmpathyGstAudioSink</a> *sink);</pre>
148
 
<p>
149
 
</p>
150
 
<div class="variablelist"><table border="0">
151
 
<col align="left" valign="top">
152
 
<tbody>
153
 
<tr>
154
 
<td><p><span class="term"><em class="parameter"><code>sink</code></em> :</span></p></td>
155
 
<td>
156
 
</td>
157
 
</tr>
158
 
<tr>
159
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
160
 
<td>
161
 
</td>
162
 
</tr>
163
 
</tbody>
164
 
</table></div>
165
 
</div>
166
 
</div>
167
 
<div class="refsect1" lang="en">
168
 
<a name="EmpathyGstAudioSink.property-details"></a><h2>Property Details</h2>
169
 
<div class="refsect2" lang="en">
170
 
<a name="EmpathyGstAudioSink--volume"></a><h3>The <code class="literal">"volume"</code> property</h3>
171
 
<pre class="programlisting">  "volume"                   <a
172
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
173
 
>gdouble</a>               : Read / Write</pre>
174
 
<p>volume control.</p>
175
 
<p>Allowed values: [0,5]</p>
176
 
<p>Default value: 1</p>
177
 
</div>
178
 
</div>
179
 
</div>
180
 
<div class="footer">
181
 
<hr>
182
 
          Generated by GTK-Doc V1.11</div>
183
 
</body>
184
 
</html>