clutter-gstreamer 3.0.8-x86-mingw32 → 3.0.9-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/clutter-gst.rb +3 -3
- data/test/run-test.rb +9 -0
- data/vendor/local/lib/gstreamer-1.0/libgstclutter-3.0.dll.a +0 -0
- data/vendor/local/lib/libclutter-gst-3.0.dll.a +0 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstAspectratio.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCamera.html +132 -132
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCameraDevice.html +21 -21
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCameraManager.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstContent.html +14 -14
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCrop.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstPlayback.html +79 -79
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstPlayer.html +38 -38
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Types.html +7 -7
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Utilities.html +12 -12
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Versioning-Macros.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Video-Sink.html +16 -16
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a702d9e911b646bfd0f9d796b10101fe446b3787
|
4
|
+
data.tar.gz: 88ad2a853e8e28a6edaf9c78aeee2d1d31e4b37e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4632648e39f6a1c348e31e5abc4938d7396e1f3fab50ba1655c254793af09d807cc5ae5c396b5fbad5ae5a33231bb52c23434e5d37f4ca9d147b3a11d09b8b4
|
7
|
+
data.tar.gz: cf1ab9a5181dd35b86df6ada7b04b9a2a17f679aced262edb89d2bff5220a1554548302b78574af3f8d6e6f0ad39a91dff27cb7e93733b108fbec4938a22cff3
|
data/lib/clutter-gst.rb
CHANGED
@@ -57,12 +57,12 @@ module ClutterGst
|
|
57
57
|
|
58
58
|
self.load_version = nil
|
59
59
|
|
60
|
+
class InitError < StandardError
|
61
|
+
end
|
62
|
+
|
60
63
|
class Loader < GObjectIntrospection::Loader
|
61
64
|
NAMESPACE = "ClutterGst"
|
62
65
|
|
63
|
-
class InitError < StandardError
|
64
|
-
end
|
65
|
-
|
66
66
|
def initialize(base_module, init_arguments)
|
67
67
|
super(base_module)
|
68
68
|
@init_arguments = init_arguments
|
data/test/run-test.rb
CHANGED
@@ -24,6 +24,7 @@ ruby_gnome2_base = File.expand_path(ruby_gnome2_base)
|
|
24
24
|
glib_base = File.join(ruby_gnome2_base, "glib2")
|
25
25
|
cairo_gobject_base = File.join(ruby_gnome2_base, "cairo-gobject")
|
26
26
|
gobject_introspection_base = File.join(ruby_gnome2_base, "gobject-introspection")
|
27
|
+
gdk_pixbuf2_base = File.join(ruby_gnome2_base, "gdk_pixbuf2")
|
27
28
|
clutter_base = File.join(ruby_gnome2_base, "clutter")
|
28
29
|
gstreamer_base = File.join(ruby_gnome2_base, "gstreamer")
|
29
30
|
clutter_gstreamer_base = File.join(ruby_gnome2_base, "clutter-gstreamer")
|
@@ -32,6 +33,7 @@ modules = [
|
|
32
33
|
[glib_base, "glib2"],
|
33
34
|
[cairo_gobject_base, "cairo-gobject"],
|
34
35
|
[gobject_introspection_base, "gobject-introspection"],
|
36
|
+
[gdk_pixbuf2_base, "gdk_pixbuf2"],
|
35
37
|
[clutter_base, "clutter"],
|
36
38
|
[gstreamer_base, "gstreamer"],
|
37
39
|
[clutter_gstreamer_base, "clutter-gst"],
|
@@ -66,4 +68,11 @@ rescue GLib::Error
|
|
66
68
|
exit(true)
|
67
69
|
end
|
68
70
|
|
71
|
+
begin
|
72
|
+
Clutter.init
|
73
|
+
rescue Clutter::InitError
|
74
|
+
puts("Omit because initialization is failed: #{$!.message}")
|
75
|
+
exit(true)
|
76
|
+
end
|
77
|
+
|
69
78
|
exit Test::Unit::AutoRunner.run(true, File.join(clutter_gstreamer_base, "test"))
|
Binary file
|
Binary file
|
@@ -62,12 +62,12 @@
|
|
62
62
|
</colgroup>
|
63
63
|
<tbody>
|
64
64
|
<tr>
|
65
|
-
<td class="property_type"><a href="
|
65
|
+
<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
66
66
|
<td class="property_name"><a class="link" href="ClutterGstAspectratio.html#ClutterGstAspectratio--fill-allocation" title="The “fill-allocation” property">fill-allocation</a></td>
|
67
67
|
<td class="property_flags">Read / Write</td>
|
68
68
|
</tr>
|
69
69
|
<tr>
|
70
|
-
<td class="property_type"><a href="
|
70
|
+
<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
71
71
|
<td class="property_name"><a class="link" href="ClutterGstAspectratio.html#ClutterGstAspectratio--paint-borders" title="The “paint-borders” property">paint-borders</a></td>
|
72
72
|
<td class="property_flags">Read / Write</td>
|
73
73
|
</tr>
|
@@ -95,7 +95,7 @@
|
|
95
95
|
</div>
|
96
96
|
<div class="refsect1">
|
97
97
|
<a name="ClutterGstAspectratio.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
98
|
-
<pre class="screen"> <a href="
|
98
|
+
<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
99
99
|
<span class="lineart">╰──</span> <a class="link" href="ClutterGstContent.html" title="ClutterGstContent">ClutterGstContent</a>
|
100
100
|
<span class="lineart">╰──</span> ClutterGstAspectratio
|
101
101
|
</pre>
|
@@ -146,7 +146,7 @@ should not be accessed directly.</p>
|
|
146
146
|
<a name="ClutterGstAspectratio.property-details"></a><h2>Property Details</h2>
|
147
147
|
<div class="refsect2">
|
148
148
|
<a name="ClutterGstAspectratio--fill-allocation"></a><h3>The <code class="literal">“fill-allocation”</code> property</h3>
|
149
|
-
<pre class="programlisting"> “fill-allocation” <a href="
|
149
|
+
<pre class="programlisting"> “fill-allocation” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
150
150
|
<p>Whether the content should fill its allocation with video rather
|
151
151
|
than adding borders.</p>
|
152
152
|
<p>Flags: Read / Write</p>
|
@@ -156,7 +156,7 @@ than adding borders.</p>
|
|
156
156
|
<hr>
|
157
157
|
<div class="refsect2">
|
158
158
|
<a name="ClutterGstAspectratio--paint-borders"></a><h3>The <code class="literal">“paint-borders”</code> property</h3>
|
159
|
-
<pre class="programlisting"> “paint-borders” <a href="
|
159
|
+
<pre class="programlisting"> “paint-borders” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
160
160
|
<p>Whether or not paint borders on the sides of the video</p>
|
161
161
|
<p>Flags: Read / Write</p>
|
162
162
|
<p>Default value: FALSE</p>
|
@@ -54,7 +54,7 @@
|
|
54
54
|
</tr>
|
55
55
|
<tr>
|
56
56
|
<td class="function_type">
|
57
|
-
<a href="
|
57
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
58
58
|
</td>
|
59
59
|
<td class="function_name">
|
60
60
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-get-brightness" title="clutter_gst_camera_get_brightness ()">clutter_gst_camera_get_brightness</a> <span class="c_punctuation">()</span>
|
@@ -62,7 +62,7 @@
|
|
62
62
|
</tr>
|
63
63
|
<tr>
|
64
64
|
<td class="function_type">
|
65
|
-
<a href="
|
65
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
66
66
|
</td>
|
67
67
|
<td class="function_name">
|
68
68
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-get-brightness-range" title="clutter_gst_camera_get_brightness_range ()">clutter_gst_camera_get_brightness_range</a> <span class="c_punctuation">()</span>
|
@@ -78,7 +78,7 @@
|
|
78
78
|
</tr>
|
79
79
|
<tr>
|
80
80
|
<td class="function_type">
|
81
|
-
<a href="
|
81
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
82
82
|
</td>
|
83
83
|
<td class="function_name">
|
84
84
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-get-color-balance-property" title="clutter_gst_camera_get_color_balance_property ()">clutter_gst_camera_get_color_balance_property</a> <span class="c_punctuation">()</span>
|
@@ -86,7 +86,7 @@
|
|
86
86
|
</tr>
|
87
87
|
<tr>
|
88
88
|
<td class="function_type">
|
89
|
-
<a href="
|
89
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
90
90
|
</td>
|
91
91
|
<td class="function_name">
|
92
92
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-get-color-balance-property-range" title="clutter_gst_camera_get_color_balance_property_range ()">clutter_gst_camera_get_color_balance_property_range</a> <span class="c_punctuation">()</span>
|
@@ -94,7 +94,7 @@
|
|
94
94
|
</tr>
|
95
95
|
<tr>
|
96
96
|
<td class="function_type">
|
97
|
-
<a href="
|
97
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
98
98
|
</td>
|
99
99
|
<td class="function_name">
|
100
100
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-get-contrast" title="clutter_gst_camera_get_contrast ()">clutter_gst_camera_get_contrast</a> <span class="c_punctuation">()</span>
|
@@ -102,7 +102,7 @@
|
|
102
102
|
</tr>
|
103
103
|
<tr>
|
104
104
|
<td class="function_type">
|
105
|
-
<a href="
|
105
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
106
106
|
</td>
|
107
107
|
<td class="function_name">
|
108
108
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-get-contrast-range" title="clutter_gst_camera_get_contrast_range ()">clutter_gst_camera_get_contrast_range</a> <span class="c_punctuation">()</span>
|
@@ -118,7 +118,7 @@
|
|
118
118
|
</tr>
|
119
119
|
<tr>
|
120
120
|
<td class="function_type">
|
121
|
-
<a href="
|
121
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
122
122
|
</td>
|
123
123
|
<td class="function_name">
|
124
124
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-get-gamma" title="clutter_gst_camera_get_gamma ()">clutter_gst_camera_get_gamma</a> <span class="c_punctuation">()</span>
|
@@ -126,7 +126,7 @@
|
|
126
126
|
</tr>
|
127
127
|
<tr>
|
128
128
|
<td class="function_type">
|
129
|
-
<a href="
|
129
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
130
130
|
</td>
|
131
131
|
<td class="function_name">
|
132
132
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-get-gamma-range" title="clutter_gst_camera_get_gamma_range ()">clutter_gst_camera_get_gamma_range</a> <span class="c_punctuation">()</span>
|
@@ -134,7 +134,7 @@
|
|
134
134
|
</tr>
|
135
135
|
<tr>
|
136
136
|
<td class="function_type">
|
137
|
-
<a href="
|
137
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
138
138
|
</td>
|
139
139
|
<td class="function_name">
|
140
140
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-get-hue" title="clutter_gst_camera_get_hue ()">clutter_gst_camera_get_hue</a> <span class="c_punctuation">()</span>
|
@@ -142,7 +142,7 @@
|
|
142
142
|
</tr>
|
143
143
|
<tr>
|
144
144
|
<td class="function_type">
|
145
|
-
<a href="
|
145
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
146
146
|
</td>
|
147
147
|
<td class="function_name">
|
148
148
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-get-hue-range" title="clutter_gst_camera_get_hue_range ()">clutter_gst_camera_get_hue_range</a> <span class="c_punctuation">()</span>
|
@@ -150,7 +150,7 @@
|
|
150
150
|
</tr>
|
151
151
|
<tr>
|
152
152
|
<td class="function_type">
|
153
|
-
<a href="
|
153
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
154
154
|
</td>
|
155
155
|
<td class="function_name">
|
156
156
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-get-saturation" title="clutter_gst_camera_get_saturation ()">clutter_gst_camera_get_saturation</a> <span class="c_punctuation">()</span>
|
@@ -158,7 +158,7 @@
|
|
158
158
|
</tr>
|
159
159
|
<tr>
|
160
160
|
<td class="function_type">
|
161
|
-
<a href="
|
161
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
162
162
|
</td>
|
163
163
|
<td class="function_name">
|
164
164
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-get-saturation-range" title="clutter_gst_camera_get_saturation_range ()">clutter_gst_camera_get_saturation_range</a> <span class="c_punctuation">()</span>
|
@@ -166,7 +166,7 @@
|
|
166
166
|
</tr>
|
167
167
|
<tr>
|
168
168
|
<td class="function_type">
|
169
|
-
<a href="
|
169
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
170
170
|
</td>
|
171
171
|
<td class="function_name">
|
172
172
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-is-ready-for-capture" title="clutter_gst_camera_is_ready_for_capture ()">clutter_gst_camera_is_ready_for_capture</a> <span class="c_punctuation">()</span>
|
@@ -174,7 +174,7 @@
|
|
174
174
|
</tr>
|
175
175
|
<tr>
|
176
176
|
<td class="function_type">
|
177
|
-
<a href="
|
177
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
178
178
|
</td>
|
179
179
|
<td class="function_name">
|
180
180
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-is-recording-video" title="clutter_gst_camera_is_recording_video ()">clutter_gst_camera_is_recording_video</a> <span class="c_punctuation">()</span>
|
@@ -182,7 +182,7 @@
|
|
182
182
|
</tr>
|
183
183
|
<tr>
|
184
184
|
<td class="function_type">
|
185
|
-
<a href="
|
185
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
186
186
|
</td>
|
187
187
|
<td class="function_name">
|
188
188
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-remove-filter" title="clutter_gst_camera_remove_filter ()">clutter_gst_camera_remove_filter</a> <span class="c_punctuation">()</span>
|
@@ -190,7 +190,7 @@
|
|
190
190
|
</tr>
|
191
191
|
<tr>
|
192
192
|
<td class="function_type">
|
193
|
-
<a href="
|
193
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
194
194
|
</td>
|
195
195
|
<td class="function_name">
|
196
196
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-set-brightness" title="clutter_gst_camera_set_brightness ()">clutter_gst_camera_set_brightness</a> <span class="c_punctuation">()</span>
|
@@ -198,7 +198,7 @@
|
|
198
198
|
</tr>
|
199
199
|
<tr>
|
200
200
|
<td class="function_type">
|
201
|
-
<a href="
|
201
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
202
202
|
</td>
|
203
203
|
<td class="function_name">
|
204
204
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-set-camera-device" title="clutter_gst_camera_set_camera_device ()">clutter_gst_camera_set_camera_device</a> <span class="c_punctuation">()</span>
|
@@ -206,7 +206,7 @@
|
|
206
206
|
</tr>
|
207
207
|
<tr>
|
208
208
|
<td class="function_type">
|
209
|
-
<a href="
|
209
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
210
210
|
</td>
|
211
211
|
<td class="function_name">
|
212
212
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-set-color-balance-property" title="clutter_gst_camera_set_color_balance_property ()">clutter_gst_camera_set_color_balance_property</a> <span class="c_punctuation">()</span>
|
@@ -214,7 +214,7 @@
|
|
214
214
|
</tr>
|
215
215
|
<tr>
|
216
216
|
<td class="function_type">
|
217
|
-
<a href="
|
217
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
218
218
|
</td>
|
219
219
|
<td class="function_name">
|
220
220
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-set-contrast" title="clutter_gst_camera_set_contrast ()">clutter_gst_camera_set_contrast</a> <span class="c_punctuation">()</span>
|
@@ -222,7 +222,7 @@
|
|
222
222
|
</tr>
|
223
223
|
<tr>
|
224
224
|
<td class="function_type">
|
225
|
-
<a href="
|
225
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
226
226
|
</td>
|
227
227
|
<td class="function_name">
|
228
228
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-set-filter" title="clutter_gst_camera_set_filter ()">clutter_gst_camera_set_filter</a> <span class="c_punctuation">()</span>
|
@@ -230,7 +230,7 @@
|
|
230
230
|
</tr>
|
231
231
|
<tr>
|
232
232
|
<td class="function_type">
|
233
|
-
<a href="
|
233
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
234
234
|
</td>
|
235
235
|
<td class="function_name">
|
236
236
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-set-gamma" title="clutter_gst_camera_set_gamma ()">clutter_gst_camera_set_gamma</a> <span class="c_punctuation">()</span>
|
@@ -238,7 +238,7 @@
|
|
238
238
|
</tr>
|
239
239
|
<tr>
|
240
240
|
<td class="function_type">
|
241
|
-
<a href="
|
241
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
242
242
|
</td>
|
243
243
|
<td class="function_name">
|
244
244
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-set-hue" title="clutter_gst_camera_set_hue ()">clutter_gst_camera_set_hue</a> <span class="c_punctuation">()</span>
|
@@ -254,7 +254,7 @@
|
|
254
254
|
</tr>
|
255
255
|
<tr>
|
256
256
|
<td class="function_type">
|
257
|
-
<a href="
|
257
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
258
258
|
</td>
|
259
259
|
<td class="function_name">
|
260
260
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-set-saturation" title="clutter_gst_camera_set_saturation ()">clutter_gst_camera_set_saturation</a> <span class="c_punctuation">()</span>
|
@@ -270,7 +270,7 @@
|
|
270
270
|
</tr>
|
271
271
|
<tr>
|
272
272
|
<td class="function_type">
|
273
|
-
<a href="
|
273
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
274
274
|
</td>
|
275
275
|
<td class="function_name">
|
276
276
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-start-video-recording" title="clutter_gst_camera_start_video_recording ()">clutter_gst_camera_start_video_recording</a> <span class="c_punctuation">()</span>
|
@@ -286,7 +286,7 @@
|
|
286
286
|
</tr>
|
287
287
|
<tr>
|
288
288
|
<td class="function_type">
|
289
|
-
<a href="
|
289
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
290
290
|
</td>
|
291
291
|
<td class="function_name">
|
292
292
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-supports-color-balance" title="clutter_gst_camera_supports_color_balance ()">clutter_gst_camera_supports_color_balance</a> <span class="c_punctuation">()</span>
|
@@ -294,7 +294,7 @@
|
|
294
294
|
</tr>
|
295
295
|
<tr>
|
296
296
|
<td class="function_type">
|
297
|
-
<a href="
|
297
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
298
298
|
</td>
|
299
299
|
<td class="function_name">
|
300
300
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-supports-gamma-correction" title="clutter_gst_camera_supports_gamma_correction ()">clutter_gst_camera_supports_gamma_correction</a> <span class="c_punctuation">()</span>
|
@@ -302,7 +302,7 @@
|
|
302
302
|
</tr>
|
303
303
|
<tr>
|
304
304
|
<td class="function_type">
|
305
|
-
<a href="
|
305
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
306
306
|
</td>
|
307
307
|
<td class="function_name">
|
308
308
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-take-photo" title="clutter_gst_camera_take_photo ()">clutter_gst_camera_take_photo</a> <span class="c_punctuation">()</span>
|
@@ -310,7 +310,7 @@
|
|
310
310
|
</tr>
|
311
311
|
<tr>
|
312
312
|
<td class="function_type">
|
313
|
-
<a href="
|
313
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
314
314
|
</td>
|
315
315
|
<td class="function_name">
|
316
316
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-take-photo-pixbuf" title="clutter_gst_camera_take_photo_pixbuf ()">clutter_gst_camera_take_photo_pixbuf</a> <span class="c_punctuation">()</span>
|
@@ -347,22 +347,22 @@
|
|
347
347
|
<tr>
|
348
348
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
349
349
|
<td class="signal_name"><a class="link" href="ClutterGstCamera.html#ClutterGstCamera-photo-saved" title="The “photo-saved” signal">photo-saved</a></td>
|
350
|
-
<td class="signal_flags"><a href="
|
350
|
+
<td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
351
351
|
</tr>
|
352
352
|
<tr>
|
353
353
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
354
354
|
<td class="signal_name"><a class="link" href="ClutterGstCamera.html#ClutterGstCamera-photo-taken" title="The “photo-taken” signal">photo-taken</a></td>
|
355
|
-
<td class="signal_flags"><a href="
|
355
|
+
<td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
356
356
|
</tr>
|
357
357
|
<tr>
|
358
358
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
359
359
|
<td class="signal_name"><a class="link" href="ClutterGstCamera.html#ClutterGstCamera-ready-for-capture" title="The “ready-for-capture” signal">ready-for-capture</a></td>
|
360
|
-
<td class="signal_flags"><a href="
|
360
|
+
<td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
361
361
|
</tr>
|
362
362
|
<tr>
|
363
363
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
364
364
|
<td class="signal_name"><a class="link" href="ClutterGstCamera.html#ClutterGstCamera-video-saved" title="The “video-saved” signal">video-saved</a></td>
|
365
|
-
<td class="signal_flags"><a href="
|
365
|
+
<td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
366
366
|
</tr>
|
367
367
|
</tbody>
|
368
368
|
</table></div>
|
@@ -388,7 +388,7 @@
|
|
388
388
|
</div>
|
389
389
|
<div class="refsect1">
|
390
390
|
<a name="ClutterGstCamera.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
391
|
-
<pre class="screen"> <a href="
|
391
|
+
<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
392
392
|
<span class="lineart">╰──</span> ClutterGstCamera
|
393
393
|
</pre>
|
394
394
|
</div>
|
@@ -422,21 +422,21 @@ assuming this constructor is called from the Clutter thread.</div>
|
|
422
422
|
<hr>
|
423
423
|
<div class="refsect2">
|
424
424
|
<a name="clutter-gst-camera-get-brightness"></a><h3>clutter_gst_camera_get_brightness ()</h3>
|
425
|
-
<pre class="programlisting"><a href="
|
425
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
426
426
|
clutter_gst_camera_get_brightness (<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>,
|
427
|
-
<em class="parameter"><code><a href="
|
427
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *cur_value</code></em>);</pre>
|
428
428
|
<p>
|
429
429
|
</p>
|
430
430
|
</div>
|
431
431
|
<hr>
|
432
432
|
<div class="refsect2">
|
433
433
|
<a name="clutter-gst-camera-get-brightness-range"></a><h3>clutter_gst_camera_get_brightness_range ()</h3>
|
434
|
-
<pre class="programlisting"><a href="
|
434
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
435
435
|
clutter_gst_camera_get_brightness_range
|
436
436
|
(<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>,
|
437
|
-
<em class="parameter"><code><a href="
|
438
|
-
<em class="parameter"><code><a href="
|
439
|
-
<em class="parameter"><code><a href="
|
437
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *min_value</code></em>,
|
438
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *max_value</code></em>,
|
439
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *default_value</code></em>);</pre>
|
440
440
|
<p>
|
441
441
|
</p>
|
442
442
|
</div>
|
@@ -470,11 +470,11 @@ clutter_gst_camera_get_camera_device (<em class="parameter"><code><a class="link
|
|
470
470
|
<hr>
|
471
471
|
<div class="refsect2">
|
472
472
|
<a name="clutter-gst-camera-get-color-balance-property"></a><h3>clutter_gst_camera_get_color_balance_property ()</h3>
|
473
|
-
<pre class="programlisting"><a href="
|
473
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
474
474
|
clutter_gst_camera_get_color_balance_property
|
475
475
|
(<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>,
|
476
|
-
<em class="parameter"><code>const <a href="
|
477
|
-
<em class="parameter"><code><a href="
|
476
|
+
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>,
|
477
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *cur_value</code></em>);</pre>
|
478
478
|
<p>Retrieve the current value for the color balance property <em class="parameter"><code>property</code></em>
|
479
479
|
,</p>
|
480
480
|
<p>This method will return FALSE if <em class="parameter"><code>property</code></em>
|
@@ -512,19 +512,19 @@ See <a class="link" href="ClutterGstCamera.html#clutter-gst-camera-supports-colo
|
|
512
512
|
</div>
|
513
513
|
<div class="refsect3">
|
514
514
|
<a name="id-1.4.3.10.6.7"></a><h4>Returns</h4>
|
515
|
-
<p> <a href="
|
515
|
+
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
516
516
|
</div>
|
517
517
|
</div>
|
518
518
|
<hr>
|
519
519
|
<div class="refsect2">
|
520
520
|
<a name="clutter-gst-camera-get-color-balance-property-range"></a><h3>clutter_gst_camera_get_color_balance_property_range ()</h3>
|
521
|
-
<pre class="programlisting"><a href="
|
521
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
522
522
|
clutter_gst_camera_get_color_balance_property_range
|
523
523
|
(<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>,
|
524
|
-
<em class="parameter"><code>const <a href="
|
525
|
-
<em class="parameter"><code><a href="
|
526
|
-
<em class="parameter"><code><a href="
|
527
|
-
<em class="parameter"><code><a href="
|
524
|
+
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>,
|
525
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *min_value</code></em>,
|
526
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *max_value</code></em>,
|
527
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *default_value</code></em>);</pre>
|
528
528
|
<p>Retrieve the minimum, maximum and default values for the color balance property <em class="parameter"><code>property</code></em>
|
529
529
|
,</p>
|
530
530
|
<p>This method will return FALSE if <em class="parameter"><code>property</code></em>
|
@@ -554,19 +554,19 @@ See <a class="link" href="ClutterGstCamera.html#clutter-gst-camera-supports-colo
|
|
554
554
|
<tr>
|
555
555
|
<td class="parameter_name"><p>min_value</p></td>
|
556
556
|
<td class="parameter_description"><p>Pointer to store the minimum value of <em class="parameter"><code>property</code></em>
|
557
|
-
, or <a href="
|
557
|
+
, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
558
558
|
<td class="parameter_annotations"> </td>
|
559
559
|
</tr>
|
560
560
|
<tr>
|
561
561
|
<td class="parameter_name"><p>max_value</p></td>
|
562
562
|
<td class="parameter_description"><p>Pointer to store the maximum value of <em class="parameter"><code>property</code></em>
|
563
|
-
, or <a href="
|
563
|
+
, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
564
564
|
<td class="parameter_annotations"> </td>
|
565
565
|
</tr>
|
566
566
|
<tr>
|
567
567
|
<td class="parameter_name"><p>default_value</p></td>
|
568
568
|
<td class="parameter_description"><p>Pointer to store the default value of <em class="parameter"><code>property</code></em>
|
569
|
-
, or <a href="
|
569
|
+
, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
570
570
|
<td class="parameter_annotations"> </td>
|
571
571
|
</tr>
|
572
572
|
</tbody>
|
@@ -574,26 +574,26 @@ See <a class="link" href="ClutterGstCamera.html#clutter-gst-camera-supports-colo
|
|
574
574
|
</div>
|
575
575
|
<div class="refsect3">
|
576
576
|
<a name="id-1.4.3.10.7.7"></a><h4>Returns</h4>
|
577
|
-
<p> <a href="
|
577
|
+
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
578
578
|
</div>
|
579
579
|
</div>
|
580
580
|
<hr>
|
581
581
|
<div class="refsect2">
|
582
582
|
<a name="clutter-gst-camera-get-contrast"></a><h3>clutter_gst_camera_get_contrast ()</h3>
|
583
|
-
<pre class="programlisting"><a href="
|
583
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
584
584
|
clutter_gst_camera_get_contrast (<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>,
|
585
|
-
<em class="parameter"><code><a href="
|
585
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *cur_value</code></em>);</pre>
|
586
586
|
<p>
|
587
587
|
</p>
|
588
588
|
</div>
|
589
589
|
<hr>
|
590
590
|
<div class="refsect2">
|
591
591
|
<a name="clutter-gst-camera-get-contrast-range"></a><h3>clutter_gst_camera_get_contrast_range ()</h3>
|
592
|
-
<pre class="programlisting"><a href="
|
592
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
593
593
|
clutter_gst_camera_get_contrast_range (<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>,
|
594
|
-
<em class="parameter"><code><a href="
|
595
|
-
<em class="parameter"><code><a href="
|
596
|
-
<em class="parameter"><code><a href="
|
594
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *min_value</code></em>,
|
595
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *max_value</code></em>,
|
596
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *default_value</code></em>);</pre>
|
597
597
|
<p>
|
598
598
|
</p>
|
599
599
|
</div>
|
@@ -620,16 +620,16 @@ clutter_gst_camera_get_filter (<em class="parameter"><code><a class="link" href=
|
|
620
620
|
</div>
|
621
621
|
<div class="refsect3">
|
622
622
|
<a name="id-1.4.3.10.10.6"></a><h4>Returns</h4>
|
623
|
-
<p> The current filter or <a href="
|
623
|
+
<p> The current filter or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is set. </p>
|
624
624
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
625
625
|
</div>
|
626
626
|
</div>
|
627
627
|
<hr>
|
628
628
|
<div class="refsect2">
|
629
629
|
<a name="clutter-gst-camera-get-gamma"></a><h3>clutter_gst_camera_get_gamma ()</h3>
|
630
|
-
<pre class="programlisting"><a href="
|
630
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
631
631
|
clutter_gst_camera_get_gamma (<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>,
|
632
|
-
<em class="parameter"><code><a href="
|
632
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *cur_value</code></em>);</pre>
|
633
633
|
<p>Retrieve the current gamma value.</p>
|
634
634
|
<p>This method will return FALSE if gamma correction is not
|
635
635
|
supported on <em class="parameter"><code>self</code></em>
|
@@ -659,17 +659,17 @@ See <a class="link" href="ClutterGstCamera.html#clutter-gst-camera-supports-gamm
|
|
659
659
|
</div>
|
660
660
|
<div class="refsect3">
|
661
661
|
<a name="id-1.4.3.10.11.7"></a><h4>Returns</h4>
|
662
|
-
<p> <a href="
|
662
|
+
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
663
663
|
</div>
|
664
664
|
</div>
|
665
665
|
<hr>
|
666
666
|
<div class="refsect2">
|
667
667
|
<a name="clutter-gst-camera-get-gamma-range"></a><h3>clutter_gst_camera_get_gamma_range ()</h3>
|
668
|
-
<pre class="programlisting"><a href="
|
668
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
669
669
|
clutter_gst_camera_get_gamma_range (<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>,
|
670
|
-
<em class="parameter"><code><a href="
|
671
|
-
<em class="parameter"><code><a href="
|
672
|
-
<em class="parameter"><code><a href="
|
670
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *min_value</code></em>,
|
671
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *max_value</code></em>,
|
672
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *default_value</code></em>);</pre>
|
673
673
|
<p>Retrieve the minimum, maximum and default gamma values.</p>
|
674
674
|
<p>This method will return FALSE if gamma correction is not
|
675
675
|
supported on <em class="parameter"><code>self</code></em>
|
@@ -691,17 +691,17 @@ See <a class="link" href="ClutterGstCamera.html#clutter-gst-camera-supports-gamm
|
|
691
691
|
</tr>
|
692
692
|
<tr>
|
693
693
|
<td class="parameter_name"><p>min_value</p></td>
|
694
|
-
<td class="parameter_description"><p>Pointer to store the minimum gamma value, or <a href="
|
694
|
+
<td class="parameter_description"><p>Pointer to store the minimum gamma value, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
695
695
|
<td class="parameter_annotations"> </td>
|
696
696
|
</tr>
|
697
697
|
<tr>
|
698
698
|
<td class="parameter_name"><p>max_value</p></td>
|
699
|
-
<td class="parameter_description"><p>Pointer to store the maximum gamma value, or <a href="
|
699
|
+
<td class="parameter_description"><p>Pointer to store the maximum gamma value, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
700
700
|
<td class="parameter_annotations"> </td>
|
701
701
|
</tr>
|
702
702
|
<tr>
|
703
703
|
<td class="parameter_name"><p>default_value</p></td>
|
704
|
-
<td class="parameter_description"><p>Pointer to store the default gamma value, or <a href="
|
704
|
+
<td class="parameter_description"><p>Pointer to store the default gamma value, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
705
705
|
<td class="parameter_annotations"> </td>
|
706
706
|
</tr>
|
707
707
|
</tbody>
|
@@ -709,54 +709,54 @@ See <a class="link" href="ClutterGstCamera.html#clutter-gst-camera-supports-gamm
|
|
709
709
|
</div>
|
710
710
|
<div class="refsect3">
|
711
711
|
<a name="id-1.4.3.10.12.7"></a><h4>Returns</h4>
|
712
|
-
<p> <a href="
|
712
|
+
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
713
713
|
</div>
|
714
714
|
</div>
|
715
715
|
<hr>
|
716
716
|
<div class="refsect2">
|
717
717
|
<a name="clutter-gst-camera-get-hue"></a><h3>clutter_gst_camera_get_hue ()</h3>
|
718
|
-
<pre class="programlisting"><a href="
|
718
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
719
719
|
clutter_gst_camera_get_hue (<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>,
|
720
|
-
<em class="parameter"><code><a href="
|
720
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *cur_value</code></em>);</pre>
|
721
721
|
<p>
|
722
722
|
</p>
|
723
723
|
</div>
|
724
724
|
<hr>
|
725
725
|
<div class="refsect2">
|
726
726
|
<a name="clutter-gst-camera-get-hue-range"></a><h3>clutter_gst_camera_get_hue_range ()</h3>
|
727
|
-
<pre class="programlisting"><a href="
|
727
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
728
728
|
clutter_gst_camera_get_hue_range (<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>,
|
729
|
-
<em class="parameter"><code><a href="
|
730
|
-
<em class="parameter"><code><a href="
|
731
|
-
<em class="parameter"><code><a href="
|
729
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *min_value</code></em>,
|
730
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *max_value</code></em>,
|
731
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *default_value</code></em>);</pre>
|
732
732
|
<p>
|
733
733
|
</p>
|
734
734
|
</div>
|
735
735
|
<hr>
|
736
736
|
<div class="refsect2">
|
737
737
|
<a name="clutter-gst-camera-get-saturation"></a><h3>clutter_gst_camera_get_saturation ()</h3>
|
738
|
-
<pre class="programlisting"><a href="
|
738
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
739
739
|
clutter_gst_camera_get_saturation (<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>,
|
740
|
-
<em class="parameter"><code><a href="
|
740
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *cur_value</code></em>);</pre>
|
741
741
|
<p>
|
742
742
|
</p>
|
743
743
|
</div>
|
744
744
|
<hr>
|
745
745
|
<div class="refsect2">
|
746
746
|
<a name="clutter-gst-camera-get-saturation-range"></a><h3>clutter_gst_camera_get_saturation_range ()</h3>
|
747
|
-
<pre class="programlisting"><a href="
|
747
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
748
748
|
clutter_gst_camera_get_saturation_range
|
749
749
|
(<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>,
|
750
|
-
<em class="parameter"><code><a href="
|
751
|
-
<em class="parameter"><code><a href="
|
752
|
-
<em class="parameter"><code><a href="
|
750
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *min_value</code></em>,
|
751
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *max_value</code></em>,
|
752
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *default_value</code></em>);</pre>
|
753
753
|
<p>
|
754
754
|
</p>
|
755
755
|
</div>
|
756
756
|
<hr>
|
757
757
|
<div class="refsect2">
|
758
758
|
<a name="clutter-gst-camera-is-ready-for-capture"></a><h3>clutter_gst_camera_is_ready_for_capture ()</h3>
|
759
|
-
<pre class="programlisting"><a href="
|
759
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
760
760
|
clutter_gst_camera_is_ready_for_capture
|
761
761
|
(<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>);</pre>
|
762
762
|
<p>Check whether the <em class="parameter"><code>self</code></em>
|
@@ -778,14 +778,14 @@ clutter_gst_camera_is_ready_for_capture
|
|
778
778
|
</div>
|
779
779
|
<div class="refsect3">
|
780
780
|
<a name="id-1.4.3.10.17.6"></a><h4>Returns</h4>
|
781
|
-
<p> <a href="
|
782
|
-
is ready for capture, <a href="
|
781
|
+
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>self</code></em>
|
782
|
+
is ready for capture, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
783
783
|
</div>
|
784
784
|
</div>
|
785
785
|
<hr>
|
786
786
|
<div class="refsect2">
|
787
787
|
<a name="clutter-gst-camera-is-recording-video"></a><h3>clutter_gst_camera_is_recording_video ()</h3>
|
788
|
-
<pre class="programlisting"><a href="
|
788
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
789
789
|
clutter_gst_camera_is_recording_video (<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>);</pre>
|
790
790
|
<p>Check whether the <em class="parameter"><code>self</code></em>
|
791
791
|
is recording video.</p>
|
@@ -806,14 +806,14 @@ clutter_gst_camera_is_recording_video (<em class="parameter"><code><a class="lin
|
|
806
806
|
</div>
|
807
807
|
<div class="refsect3">
|
808
808
|
<a name="id-1.4.3.10.18.6"></a><h4>Returns</h4>
|
809
|
-
<p> <a href="
|
810
|
-
is recording video, <a href="
|
809
|
+
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>self</code></em>
|
810
|
+
is recording video, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
811
811
|
</div>
|
812
812
|
</div>
|
813
813
|
<hr>
|
814
814
|
<div class="refsect2">
|
815
815
|
<a name="clutter-gst-camera-remove-filter"></a><h3>clutter_gst_camera_remove_filter ()</h3>
|
816
|
-
<pre class="programlisting"><a href="
|
816
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
817
817
|
clutter_gst_camera_remove_filter (<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>);</pre>
|
818
818
|
<p>Remove the current filter, if any.</p>
|
819
819
|
<div class="refsect3">
|
@@ -833,22 +833,22 @@ clutter_gst_camera_remove_filter (<em class="parameter"><code><a class="link" hr
|
|
833
833
|
</div>
|
834
834
|
<div class="refsect3">
|
835
835
|
<a name="id-1.4.3.10.19.6"></a><h4>Returns</h4>
|
836
|
-
<p> <a href="
|
836
|
+
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
837
837
|
</div>
|
838
838
|
</div>
|
839
839
|
<hr>
|
840
840
|
<div class="refsect2">
|
841
841
|
<a name="clutter-gst-camera-set-brightness"></a><h3>clutter_gst_camera_set_brightness ()</h3>
|
842
|
-
<pre class="programlisting"><a href="
|
842
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
843
843
|
clutter_gst_camera_set_brightness (<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>,
|
844
|
-
<em class="parameter"><code><a href="
|
844
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> value</code></em>);</pre>
|
845
845
|
<p>
|
846
846
|
</p>
|
847
847
|
</div>
|
848
848
|
<hr>
|
849
849
|
<div class="refsect2">
|
850
850
|
<a name="clutter-gst-camera-set-camera-device"></a><h3>clutter_gst_camera_set_camera_device ()</h3>
|
851
|
-
<pre class="programlisting"><a href="
|
851
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
852
852
|
clutter_gst_camera_set_camera_device (<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>,
|
853
853
|
<em class="parameter"><code><a class="link" href="ClutterGstCameraDevice.html" title="ClutterGstCameraDevice"><span class="type">ClutterGstCameraDevice</span></a> *device</code></em>);</pre>
|
854
854
|
<p>Set the new active camera device.</p>
|
@@ -876,17 +876,17 @@ clutter_gst_camera_set_camera_device (<em class="parameter"><code><a class="link
|
|
876
876
|
</div>
|
877
877
|
<div class="refsect3">
|
878
878
|
<a name="id-1.4.3.10.21.6"></a><h4>Returns</h4>
|
879
|
-
<p> <a href="
|
879
|
+
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
880
880
|
</div>
|
881
881
|
</div>
|
882
882
|
<hr>
|
883
883
|
<div class="refsect2">
|
884
884
|
<a name="clutter-gst-camera-set-color-balance-property"></a><h3>clutter_gst_camera_set_color_balance_property ()</h3>
|
885
|
-
<pre class="programlisting"><a href="
|
885
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
886
886
|
clutter_gst_camera_set_color_balance_property
|
887
887
|
(<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>,
|
888
|
-
<em class="parameter"><code>const <a href="
|
889
|
-
<em class="parameter"><code><a href="
|
888
|
+
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>,
|
889
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> value</code></em>);</pre>
|
890
890
|
<p>Set the value for the color balance property <em class="parameter"><code>property</code></em>
|
891
891
|
to <em class="parameter"><code>value</code></em>
|
892
892
|
.
|
@@ -926,22 +926,22 @@ See <a class="link" href="ClutterGstCamera.html#clutter-gst-camera-supports-colo
|
|
926
926
|
</div>
|
927
927
|
<div class="refsect3">
|
928
928
|
<a name="id-1.4.3.10.22.7"></a><h4>Returns</h4>
|
929
|
-
<p> <a href="
|
929
|
+
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
930
930
|
</div>
|
931
931
|
</div>
|
932
932
|
<hr>
|
933
933
|
<div class="refsect2">
|
934
934
|
<a name="clutter-gst-camera-set-contrast"></a><h3>clutter_gst_camera_set_contrast ()</h3>
|
935
|
-
<pre class="programlisting"><a href="
|
935
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
936
936
|
clutter_gst_camera_set_contrast (<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>,
|
937
|
-
<em class="parameter"><code><a href="
|
937
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> value</code></em>);</pre>
|
938
938
|
<p>
|
939
939
|
</p>
|
940
940
|
</div>
|
941
941
|
<hr>
|
942
942
|
<div class="refsect2">
|
943
943
|
<a name="clutter-gst-camera-set-filter"></a><h3>clutter_gst_camera_set_filter ()</h3>
|
944
|
-
<pre class="programlisting"><a href="
|
944
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
945
945
|
clutter_gst_camera_set_filter (<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>,
|
946
946
|
<em class="parameter"><code><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html"><span class="type">GstElement</span></a> *filter</code></em>);</pre>
|
947
947
|
<p>Set the filter element to be used.
|
@@ -970,15 +970,15 @@ Filters can be used for effects, image processing, etc.</p>
|
|
970
970
|
</div>
|
971
971
|
<div class="refsect3">
|
972
972
|
<a name="id-1.4.3.10.24.6"></a><h4>Returns</h4>
|
973
|
-
<p> <a href="
|
973
|
+
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
974
974
|
</div>
|
975
975
|
</div>
|
976
976
|
<hr>
|
977
977
|
<div class="refsect2">
|
978
978
|
<a name="clutter-gst-camera-set-gamma"></a><h3>clutter_gst_camera_set_gamma ()</h3>
|
979
|
-
<pre class="programlisting"><a href="
|
979
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
980
980
|
clutter_gst_camera_set_gamma (<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>,
|
981
|
-
<em class="parameter"><code><a href="
|
981
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> value</code></em>);</pre>
|
982
982
|
<p>Set the gamma value.
|
983
983
|
Allowed values can be retrieved with
|
984
984
|
<a class="link" href="ClutterGstCamera.html#clutter-gst-camera-get-gamma-range" title="clutter_gst_camera_get_gamma_range ()"><code class="function">clutter_gst_camera_get_gamma_range()</code></a>.</p>
|
@@ -1010,15 +1010,15 @@ See <a class="link" href="ClutterGstCamera.html#clutter-gst-camera-supports-gamm
|
|
1010
1010
|
</div>
|
1011
1011
|
<div class="refsect3">
|
1012
1012
|
<a name="id-1.4.3.10.25.7"></a><h4>Returns</h4>
|
1013
|
-
<p> <a href="
|
1013
|
+
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
1014
1014
|
</div>
|
1015
1015
|
</div>
|
1016
1016
|
<hr>
|
1017
1017
|
<div class="refsect2">
|
1018
1018
|
<a name="clutter-gst-camera-set-hue"></a><h3>clutter_gst_camera_set_hue ()</h3>
|
1019
|
-
<pre class="programlisting"><a href="
|
1019
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1020
1020
|
clutter_gst_camera_set_hue (<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>,
|
1021
|
-
<em class="parameter"><code><a href="
|
1021
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> value</code></em>);</pre>
|
1022
1022
|
<p>
|
1023
1023
|
</p>
|
1024
1024
|
</div>
|
@@ -1056,9 +1056,9 @@ The default profile saves photos as JPEG images.</p>
|
|
1056
1056
|
<hr>
|
1057
1057
|
<div class="refsect2">
|
1058
1058
|
<a name="clutter-gst-camera-set-saturation"></a><h3>clutter_gst_camera_set_saturation ()</h3>
|
1059
|
-
<pre class="programlisting"><a href="
|
1059
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1060
1060
|
clutter_gst_camera_set_saturation (<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>,
|
1061
|
-
<em class="parameter"><code><a href="
|
1061
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> value</code></em>);</pre>
|
1062
1062
|
<p>
|
1063
1063
|
</p>
|
1064
1064
|
</div>
|
@@ -1096,10 +1096,10 @@ The default profile saves videos as Ogg/Theora videos.</p>
|
|
1096
1096
|
<hr>
|
1097
1097
|
<div class="refsect2">
|
1098
1098
|
<a name="clutter-gst-camera-start-video-recording"></a><h3>clutter_gst_camera_start_video_recording ()</h3>
|
1099
|
-
<pre class="programlisting"><a href="
|
1099
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1100
1100
|
clutter_gst_camera_start_video_recording
|
1101
1101
|
(<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>,
|
1102
|
-
<em class="parameter"><code>const <a href="
|
1102
|
+
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>);</pre>
|
1103
1103
|
<p>Start a video recording with the <em class="parameter"><code>self</code></em>
|
1104
1104
|
and save it to <em class="parameter"><code>filename</code></em>
|
1105
1105
|
.
|
@@ -1131,7 +1131,7 @@ recording will be saved. </p></td>
|
|
1131
1131
|
</div>
|
1132
1132
|
<div class="refsect3">
|
1133
1133
|
<a name="id-1.4.3.10.30.7"></a><h4>Returns</h4>
|
1134
|
-
<p> <a href="
|
1134
|
+
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the video recording was successfully started, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
1135
1135
|
</div>
|
1136
1136
|
</div>
|
1137
1137
|
<hr>
|
@@ -1161,7 +1161,7 @@ clutter_gst_camera_stop_video_recording
|
|
1161
1161
|
<hr>
|
1162
1162
|
<div class="refsect2">
|
1163
1163
|
<a name="clutter-gst-camera-supports-color-balance"></a><h3>clutter_gst_camera_supports_color_balance ()</h3>
|
1164
|
-
<pre class="programlisting"><a href="
|
1164
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1165
1165
|
clutter_gst_camera_supports_color_balance
|
1166
1166
|
(<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>);</pre>
|
1167
1167
|
<p>Check whether the <em class="parameter"><code>self</code></em>
|
@@ -1183,14 +1183,14 @@ clutter_gst_camera_supports_color_balance
|
|
1183
1183
|
</div>
|
1184
1184
|
<div class="refsect3">
|
1185
1185
|
<a name="id-1.4.3.10.32.6"></a><h4>Returns</h4>
|
1186
|
-
<p> <a href="
|
1187
|
-
supports color balance, <a href="
|
1186
|
+
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>self</code></em>
|
1187
|
+
supports color balance, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
1188
1188
|
</div>
|
1189
1189
|
</div>
|
1190
1190
|
<hr>
|
1191
1191
|
<div class="refsect2">
|
1192
1192
|
<a name="clutter-gst-camera-supports-gamma-correction"></a><h3>clutter_gst_camera_supports_gamma_correction ()</h3>
|
1193
|
-
<pre class="programlisting"><a href="
|
1193
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1194
1194
|
clutter_gst_camera_supports_gamma_correction
|
1195
1195
|
(<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>);</pre>
|
1196
1196
|
<p>Check whether the <em class="parameter"><code>self</code></em>
|
@@ -1212,16 +1212,16 @@ clutter_gst_camera_supports_gamma_correction
|
|
1212
1212
|
</div>
|
1213
1213
|
<div class="refsect3">
|
1214
1214
|
<a name="id-1.4.3.10.33.6"></a><h4>Returns</h4>
|
1215
|
-
<p> <a href="
|
1216
|
-
supports gamma correction, <a href="
|
1215
|
+
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>self</code></em>
|
1216
|
+
supports gamma correction, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
1217
1217
|
</div>
|
1218
1218
|
</div>
|
1219
1219
|
<hr>
|
1220
1220
|
<div class="refsect2">
|
1221
1221
|
<a name="clutter-gst-camera-take-photo"></a><h3>clutter_gst_camera_take_photo ()</h3>
|
1222
|
-
<pre class="programlisting"><a href="
|
1222
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1223
1223
|
clutter_gst_camera_take_photo (<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>,
|
1224
|
-
<em class="parameter"><code>const <a href="
|
1224
|
+
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>);</pre>
|
1225
1225
|
<p>Take a photo with the <em class="parameter"><code>self</code></em>
|
1226
1226
|
and save it to <em class="parameter"><code>filename</code></em>
|
1227
1227
|
.
|
@@ -1253,13 +1253,13 @@ photo will be saved. </p></td>
|
|
1253
1253
|
</div>
|
1254
1254
|
<div class="refsect3">
|
1255
1255
|
<a name="id-1.4.3.10.34.7"></a><h4>Returns</h4>
|
1256
|
-
<p> <a href="
|
1256
|
+
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the photo was successfully captured, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
1257
1257
|
</div>
|
1258
1258
|
</div>
|
1259
1259
|
<hr>
|
1260
1260
|
<div class="refsect2">
|
1261
1261
|
<a name="clutter-gst-camera-take-photo-pixbuf"></a><h3>clutter_gst_camera_take_photo_pixbuf ()</h3>
|
1262
|
-
<pre class="programlisting"><a href="
|
1262
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1263
1263
|
clutter_gst_camera_take_photo_pixbuf (<em class="parameter"><code><a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self</code></em>);</pre>
|
1264
1264
|
<p>Take a photo with the <em class="parameter"><code>self</code></em>
|
1265
1265
|
and emit it in the ::photo-taken signal as a
|
@@ -1283,7 +1283,7 @@ This method requires that <em class="parameter"><code>self</code></em>
|
|
1283
1283
|
</div>
|
1284
1284
|
<div class="refsect3">
|
1285
1285
|
<a name="id-1.4.3.10.35.6"></a><h4>Returns</h4>
|
1286
|
-
<p> <a href="
|
1286
|
+
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the photo was successfully captured, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
1287
1287
|
</div>
|
1288
1288
|
</div>
|
1289
1289
|
</div>
|
@@ -1321,7 +1321,7 @@ should not be accessed directly.</p>
|
|
1321
1321
|
<a name="ClutterGstCamera-photo-saved"></a><h3>The <code class="literal">“photo-saved”</code> signal</h3>
|
1322
1322
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1323
1323
|
user_function (<a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self,
|
1324
|
-
<a href="
|
1324
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
1325
1325
|
<p>The ::photo-saved signal is emitted when a photo was saved to disk.</p>
|
1326
1326
|
<div class="refsect3">
|
1327
1327
|
<a name="id-1.4.3.13.2.5"></a><h4>Parameters</h4>
|
@@ -1345,7 +1345,7 @@ user_function (<a class="link" href="ClutterGstCamera.html" title="ClutterGstCam
|
|
1345
1345
|
</tbody>
|
1346
1346
|
</table></div>
|
1347
1347
|
</div>
|
1348
|
-
<p>Flags: <a href="
|
1348
|
+
<p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
1349
1349
|
</div>
|
1350
1350
|
<hr>
|
1351
1351
|
<div class="refsect2">
|
@@ -1353,7 +1353,7 @@ user_function (<a class="link" href="ClutterGstCamera.html" title="ClutterGstCam
|
|
1353
1353
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1354
1354
|
user_function (<a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self,
|
1355
1355
|
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf,
|
1356
|
-
<a href="
|
1356
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
1357
1357
|
<p>The ::photo-taken signal is emitted when a photo was taken.</p>
|
1358
1358
|
<div class="refsect3">
|
1359
1359
|
<a name="id-1.4.3.13.3.5"></a><h4>Parameters</h4>
|
@@ -1382,15 +1382,15 @@ user_function (<a class="link" href="ClutterGstCamera.html" title="ClutterGstCam
|
|
1382
1382
|
</tbody>
|
1383
1383
|
</table></div>
|
1384
1384
|
</div>
|
1385
|
-
<p>Flags: <a href="
|
1385
|
+
<p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
1386
1386
|
</div>
|
1387
1387
|
<hr>
|
1388
1388
|
<div class="refsect2">
|
1389
1389
|
<a name="ClutterGstCamera-ready-for-capture"></a><h3>The <code class="literal">“ready-for-capture”</code> signal</h3>
|
1390
1390
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1391
1391
|
user_function (<a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self,
|
1392
|
-
<a href="
|
1393
|
-
<a href="
|
1392
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> ready,
|
1393
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
1394
1394
|
<p>The ::ready-for-capture signal is emitted whenever the value of
|
1395
1395
|
clutter_gst_camera_is_ready_for_capture changes.</p>
|
1396
1396
|
<div class="refsect3">
|
@@ -1421,14 +1421,14 @@ is ready for a new capture</p></td>
|
|
1421
1421
|
</tbody>
|
1422
1422
|
</table></div>
|
1423
1423
|
</div>
|
1424
|
-
<p>Flags: <a href="
|
1424
|
+
<p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
1425
1425
|
</div>
|
1426
1426
|
<hr>
|
1427
1427
|
<div class="refsect2">
|
1428
1428
|
<a name="ClutterGstCamera-video-saved"></a><h3>The <code class="literal">“video-saved”</code> signal</h3>
|
1429
1429
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1430
1430
|
user_function (<a class="link" href="ClutterGstCamera.html" title="ClutterGstCamera"><span class="type">ClutterGstCamera</span></a> *self,
|
1431
|
-
<a href="
|
1431
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
1432
1432
|
<p>The ::video-saved signal is emitted when a video was saved to disk.</p>
|
1433
1433
|
<div class="refsect3">
|
1434
1434
|
<a name="id-1.4.3.13.5.5"></a><h4>Parameters</h4>
|
@@ -1452,7 +1452,7 @@ user_function (<a class="link" href="ClutterGstCamera.html" title="ClutterGstCam
|
|
1452
1452
|
</tbody>
|
1453
1453
|
</table></div>
|
1454
1454
|
</div>
|
1455
|
-
<p>Flags: <a href="
|
1455
|
+
<p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
1456
1456
|
</div>
|
1457
1457
|
</div>
|
1458
1458
|
</div>
|