clutter-gstreamer 2.2.4-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +70 -0
- data/lib/clutter-gst.rb +79 -0
- data/lib/clutter-gstreamer.rb +17 -0
- data/sample/media-actions-pause.png +0 -0
- data/sample/media-actions-start.png +0 -0
- data/sample/vid-panel.png +0 -0
- data/sample/video-player.rb +376 -0
- data/sample/video-sink-navigation.rb +98 -0
- data/sample/video-sink.rb +87 -0
- data/test/clutter-gstreamer-test-utils.rb +41 -0
- data/test/run-test.rb +63 -0
- data/test/test-clutter-gst.rb +26 -0
- data/vendor/local/bin/libclutter-gst-3.0-0.dll +0 -0
- data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-aspectratio.h +105 -0
- data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-camera-device.h +119 -0
- data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-camera-manager.h +100 -0
- data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-camera.h +206 -0
- data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-content.h +107 -0
- data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-crop.h +104 -0
- data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-enum-types.h +23 -0
- data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-playback.h +169 -0
- data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-player.h +157 -0
- data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-types.h +167 -0
- data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-util.h +53 -0
- data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-version.h +98 -0
- data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-video-sink.h +124 -0
- data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst.h +47 -0
- data/vendor/local/lib/girepository-1.0/ClutterGst-3.0.typelib +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstclutter-3.0.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstclutter-3.0.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstclutter-3.0.la +41 -0
- data/vendor/local/lib/libclutter-gst-3.0.dll.a +0 -0
- data/vendor/local/lib/libclutter-gst-3.0.la +41 -0
- data/vendor/local/lib/pkgconfig/clutter-gst-3.0.pc +12 -0
- data/vendor/local/share/gir-1.0/ClutterGst-3.0.gir +3308 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstAspectratio.html +171 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCamera.html +1528 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCameraDevice.html +418 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstContent.html +551 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCrop.html +198 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstPlayback.html +1559 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstPlayer.html +805 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch01.html +33 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch02.html +42 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch03.html +45 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch04.html +35 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch05.html +39 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-3.0.devhelp2 +197 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Utilities.html +316 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Versioning-Macros.html +176 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Video-Sink.html +560 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/index.html +98 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/index.sgml +273 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/license.html +59 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/style.css +476 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/up.png +0 -0
- data/vendor/local/share/license/clutter-gst/AUTHORS +7 -0
- data/vendor/local/share/license/clutter-gst/COPYING +502 -0
- metadata +163 -0
Binary file
|
@@ -0,0 +1,98 @@
|
|
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>Clutter Gst 3.0.0
|
6
|
+
Reference Manual: Clutter Gst 3.0.0 Reference Manual</title>
|
7
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
8
|
+
<link rel="home" href="index.html" title="Clutter Gst 3.0.0 Reference Manual">
|
9
|
+
<link rel="next" href="ch01.html" title="Clutter Gst Overview">
|
10
|
+
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
11
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
12
|
+
</head>
|
13
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
14
|
+
<div class="book">
|
15
|
+
<div class="titlepage">
|
16
|
+
<div>
|
17
|
+
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Clutter Gst 3.0.0
|
18
|
+
Reference Manual</p></th></tr></table></div>
|
19
|
+
<div><p class="releaseinfo">Version 3.0.0
|
20
|
+
</p></div>
|
21
|
+
<div><p class="copyright">Copyright © 2006, 2007, 2008 OpenedHand LTD</p></div>
|
22
|
+
<div><p class="copyright">Copyright © 2009, 2010 Intel Corporation</p></div>
|
23
|
+
<div><div class="legalnotice">
|
24
|
+
<a name="id-1.1.5"></a><p>
|
25
|
+
Permission is granted to copy, distribute and/or modify this
|
26
|
+
document under the terms of the <em class="citetitle">GNU Free
|
27
|
+
Documentation License</em>, Version 1.1 or any later
|
28
|
+
version published by the Free Software Foundation with no
|
29
|
+
Invariant Sections, no Front-Cover Texts, and no Back-Cover
|
30
|
+
Texts. You may obtain a copy of the <em class="citetitle">GNU Free
|
31
|
+
Documentation License</em> from the Free Software
|
32
|
+
Foundation by visiting <a class="ulink" href="http://www.fsf.org" target="_top">their Web site</a> or by writing
|
33
|
+
to:
|
34
|
+
|
35
|
+
</p>
|
36
|
+
<div class="address"><p><br>
|
37
|
+
The Free Software Foundation, Inc.,<br>
|
38
|
+
<span class="street">59 Temple Place</span> - Suite 330,<br>
|
39
|
+
<span class="city">Boston</span>, <span class="state">MA</span> <span class="postcode">02111-1307</span>,<br>
|
40
|
+
<span class="country">USA</span><br>
|
41
|
+
</p></div>
|
42
|
+
<p>
|
43
|
+
</p>
|
44
|
+
</div></div>
|
45
|
+
</div>
|
46
|
+
<hr>
|
47
|
+
</div>
|
48
|
+
<div class="toc"><dl class="toc">
|
49
|
+
<dt><span class="chapter"><a href="ch01.html">Clutter Gst Overview</a></span></dt>
|
50
|
+
<dt><span class="chapter"><a href="ch02.html">Clutter content objects</a></span></dt>
|
51
|
+
<dd><dl>
|
52
|
+
<dt>
|
53
|
+
<span class="refentrytitle"><a href="ClutterGstContent.html">ClutterGstContent</a></span><span class="refpurpose">A <span class="type">ClutterContent</span> for displaying video frames.</span>
|
54
|
+
</dt>
|
55
|
+
<dt>
|
56
|
+
<span class="refentrytitle"><a href="ClutterGstAspectratio.html">ClutterGstAspectratio</a></span><span class="refpurpose">A <span class="type">ClutterContent</span> for displaying video frames with respect to their aspect ratio.</span>
|
57
|
+
</dt>
|
58
|
+
<dt>
|
59
|
+
<span class="refentrytitle"><a href="ClutterGstCrop.html">ClutterGstCrop</a></span><span class="refpurpose">A <span class="type">ClutterContent</span> for displaying part of video frames</span>
|
60
|
+
</dt>
|
61
|
+
</dl></dd>
|
62
|
+
<dt><span class="chapter"><a href="ch03.html">ClutterGst players</a></span></dt>
|
63
|
+
<dd><dl>
|
64
|
+
<dt>
|
65
|
+
<span class="refentrytitle"><a href="ClutterGstPlayer.html">ClutterGstPlayer</a></span><span class="refpurpose"> — An interface for controlling playback of media data</span>
|
66
|
+
</dt>
|
67
|
+
<dt>
|
68
|
+
<span class="refentrytitle"><a href="ClutterGstCamera.html">ClutterGstCamera</a></span><span class="refpurpose"> — A player of camera streams.</span>
|
69
|
+
</dt>
|
70
|
+
<dt>
|
71
|
+
<span class="refentrytitle"><a href="ClutterGstCameraDevice.html">ClutterGstCameraDevice</a></span><span class="refpurpose"> — GObject representing a camera device using GStreamer.</span>
|
72
|
+
</dt>
|
73
|
+
<dt>
|
74
|
+
<span class="refentrytitle"><a href="ClutterGstPlayback.html">ClutterGstPlayback</a></span><span class="refpurpose">A <span class="type">ClutterGstPlayback</span> to play media streams</span>
|
75
|
+
</dt>
|
76
|
+
</dl></dd>
|
77
|
+
<dt><span class="chapter"><a href="ch04.html">ClutterGst sink</a></span></dt>
|
78
|
+
<dd><dl><dt>
|
79
|
+
<span class="refentrytitle"><a href="clutter-gst-Video-Sink.html">Video Sink</a></span><span class="refpurpose"> — A video sink for integrating a GStreamer
|
80
|
+
pipeline with a Cogl pipeline.</span>
|
81
|
+
</dt></dl></dd>
|
82
|
+
<dt><span class="chapter"><a href="ch05.html">ClutterGst utils</a></span></dt>
|
83
|
+
<dd><dl>
|
84
|
+
<dt>
|
85
|
+
<span class="refentrytitle"><a href="clutter-gst-Utilities.html">Utilities</a></span><span class="refpurpose"> — Utility functions for Clutter-Gst.</span>
|
86
|
+
</dt>
|
87
|
+
<dt>
|
88
|
+
<span class="refentrytitle"><a href="clutter-gst-Versioning-Macros.html">Versioning Macros</a></span><span class="refpurpose"> — Versioning Macros</span>
|
89
|
+
</dt>
|
90
|
+
</dl></dd>
|
91
|
+
<dt><span class="appendix"><a href="license.html">A. License</a></span></dt>
|
92
|
+
</dl></div>
|
93
|
+
</div>
|
94
|
+
<div class="footer">
|
95
|
+
<hr>
|
96
|
+
Generated by GTK-Doc V1.21</div>
|
97
|
+
</body>
|
98
|
+
</html>
|
@@ -0,0 +1,273 @@
|
|
1
|
+
<ANCHOR id="ClutterGstContent" href="clutter-gst/ClutterGstContent.html">
|
2
|
+
<ANCHOR id="ClutterGstContent.functions" href="clutter-gst/ClutterGstContent.html#ClutterGstContent.functions">
|
3
|
+
<ANCHOR id="ClutterGstContent.properties" href="clutter-gst/ClutterGstContent.html#ClutterGstContent.properties">
|
4
|
+
<ANCHOR id="ClutterGstContent.signals" href="clutter-gst/ClutterGstContent.html#ClutterGstContent.signals">
|
5
|
+
<ANCHOR id="ClutterGstContent.other" href="clutter-gst/ClutterGstContent.html#ClutterGstContent.other">
|
6
|
+
<ANCHOR id="ClutterGstContent.object-hierarchy" href="clutter-gst/ClutterGstContent.html#ClutterGstContent.object-hierarchy">
|
7
|
+
<ANCHOR id="ClutterGstContent.implemented-interfaces" href="clutter-gst/ClutterGstContent.html#ClutterGstContent.implemented-interfaces">
|
8
|
+
<ANCHOR id="ClutterGstContent.description" href="clutter-gst/ClutterGstContent.html#ClutterGstContent.description">
|
9
|
+
<ANCHOR id="ClutterGstContent.functions_details" href="clutter-gst/ClutterGstContent.html#ClutterGstContent.functions_details">
|
10
|
+
<ANCHOR id="clutter-gst-content-new" href="clutter-gst/ClutterGstContent.html#clutter-gst-content-new">
|
11
|
+
<ANCHOR id="clutter-gst-content-new-with-sink" href="clutter-gst/ClutterGstContent.html#clutter-gst-content-new-with-sink">
|
12
|
+
<ANCHOR id="clutter-gst-content-get-frame" href="clutter-gst/ClutterGstContent.html#clutter-gst-content-get-frame">
|
13
|
+
<ANCHOR id="clutter-gst-content-get-player" href="clutter-gst/ClutterGstContent.html#clutter-gst-content-get-player">
|
14
|
+
<ANCHOR id="clutter-gst-content-get-sink" href="clutter-gst/ClutterGstContent.html#clutter-gst-content-get-sink">
|
15
|
+
<ANCHOR id="clutter-gst-content-set-frame" href="clutter-gst/ClutterGstContent.html#clutter-gst-content-set-frame">
|
16
|
+
<ANCHOR id="clutter-gst-content-set-player" href="clutter-gst/ClutterGstContent.html#clutter-gst-content-set-player">
|
17
|
+
<ANCHOR id="clutter-gst-content-set-sink" href="clutter-gst/ClutterGstContent.html#clutter-gst-content-set-sink">
|
18
|
+
<ANCHOR id="clutter-gst-content-get-overlays" href="clutter-gst/ClutterGstContent.html#clutter-gst-content-get-overlays">
|
19
|
+
<ANCHOR id="ClutterGstContent.other_details" href="clutter-gst/ClutterGstContent.html#ClutterGstContent.other_details">
|
20
|
+
<ANCHOR id="ClutterGstContent-struct" href="clutter-gst/ClutterGstContent.html#ClutterGstContent-struct">
|
21
|
+
<ANCHOR id="ClutterGstContentClass" href="clutter-gst/ClutterGstContent.html#ClutterGstContentClass">
|
22
|
+
<ANCHOR id="ClutterGstContent.property-details" href="clutter-gst/ClutterGstContent.html#ClutterGstContent.property-details">
|
23
|
+
<ANCHOR id="ClutterGstContent--frame" href="clutter-gst/ClutterGstContent.html#ClutterGstContent--frame">
|
24
|
+
<ANCHOR id="ClutterGstContent--paint-frame" href="clutter-gst/ClutterGstContent.html#ClutterGstContent--paint-frame">
|
25
|
+
<ANCHOR id="ClutterGstContent--paint-overlays" href="clutter-gst/ClutterGstContent.html#ClutterGstContent--paint-overlays">
|
26
|
+
<ANCHOR id="ClutterGstContent--player" href="clutter-gst/ClutterGstContent.html#ClutterGstContent--player">
|
27
|
+
<ANCHOR id="ClutterGstContent--sink" href="clutter-gst/ClutterGstContent.html#ClutterGstContent--sink">
|
28
|
+
<ANCHOR id="ClutterGstContent.signal-details" href="clutter-gst/ClutterGstContent.html#ClutterGstContent.signal-details">
|
29
|
+
<ANCHOR id="ClutterGstContent-size-change" href="clutter-gst/ClutterGstContent.html#ClutterGstContent-size-change">
|
30
|
+
<ANCHOR id="ClutterGstAspectratio" href="clutter-gst/ClutterGstAspectratio.html">
|
31
|
+
<ANCHOR id="ClutterGstAspectratio.functions" href="clutter-gst/ClutterGstAspectratio.html#ClutterGstAspectratio.functions">
|
32
|
+
<ANCHOR id="ClutterGstAspectratio.properties" href="clutter-gst/ClutterGstAspectratio.html#ClutterGstAspectratio.properties">
|
33
|
+
<ANCHOR id="ClutterGstAspectratio.other" href="clutter-gst/ClutterGstAspectratio.html#ClutterGstAspectratio.other">
|
34
|
+
<ANCHOR id="ClutterGstAspectratio.object-hierarchy" href="clutter-gst/ClutterGstAspectratio.html#ClutterGstAspectratio.object-hierarchy">
|
35
|
+
<ANCHOR id="ClutterGstAspectratio.implemented-interfaces" href="clutter-gst/ClutterGstAspectratio.html#ClutterGstAspectratio.implemented-interfaces">
|
36
|
+
<ANCHOR id="ClutterGstAspectratio.description" href="clutter-gst/ClutterGstAspectratio.html#ClutterGstAspectratio.description">
|
37
|
+
<ANCHOR id="ClutterGstAspectratio.functions_details" href="clutter-gst/ClutterGstAspectratio.html#ClutterGstAspectratio.functions_details">
|
38
|
+
<ANCHOR id="clutter-gst-aspectratio-new" href="clutter-gst/ClutterGstAspectratio.html#clutter-gst-aspectratio-new">
|
39
|
+
<ANCHOR id="ClutterGstAspectratio.other_details" href="clutter-gst/ClutterGstAspectratio.html#ClutterGstAspectratio.other_details">
|
40
|
+
<ANCHOR id="ClutterGstAspectratio-struct" href="clutter-gst/ClutterGstAspectratio.html#ClutterGstAspectratio-struct">
|
41
|
+
<ANCHOR id="ClutterGstAspectratioClass" href="clutter-gst/ClutterGstAspectratio.html#ClutterGstAspectratioClass">
|
42
|
+
<ANCHOR id="ClutterGstAspectratio.property-details" href="clutter-gst/ClutterGstAspectratio.html#ClutterGstAspectratio.property-details">
|
43
|
+
<ANCHOR id="ClutterGstAspectratio--fill-allocation" href="clutter-gst/ClutterGstAspectratio.html#ClutterGstAspectratio--fill-allocation">
|
44
|
+
<ANCHOR id="ClutterGstAspectratio--paint-borders" href="clutter-gst/ClutterGstAspectratio.html#ClutterGstAspectratio--paint-borders">
|
45
|
+
<ANCHOR id="ClutterGstCrop" href="clutter-gst/ClutterGstCrop.html">
|
46
|
+
<ANCHOR id="ClutterGstCrop.functions" href="clutter-gst/ClutterGstCrop.html#ClutterGstCrop.functions">
|
47
|
+
<ANCHOR id="ClutterGstCrop.properties" href="clutter-gst/ClutterGstCrop.html#ClutterGstCrop.properties">
|
48
|
+
<ANCHOR id="ClutterGstCrop.other" href="clutter-gst/ClutterGstCrop.html#ClutterGstCrop.other">
|
49
|
+
<ANCHOR id="ClutterGstCrop.object-hierarchy" href="clutter-gst/ClutterGstCrop.html#ClutterGstCrop.object-hierarchy">
|
50
|
+
<ANCHOR id="ClutterGstCrop.implemented-interfaces" href="clutter-gst/ClutterGstCrop.html#ClutterGstCrop.implemented-interfaces">
|
51
|
+
<ANCHOR id="ClutterGstCrop.description" href="clutter-gst/ClutterGstCrop.html#ClutterGstCrop.description">
|
52
|
+
<ANCHOR id="ClutterGstCrop.functions_details" href="clutter-gst/ClutterGstCrop.html#ClutterGstCrop.functions_details">
|
53
|
+
<ANCHOR id="clutter-gst-crop-new" href="clutter-gst/ClutterGstCrop.html#clutter-gst-crop-new">
|
54
|
+
<ANCHOR id="ClutterGstCrop.other_details" href="clutter-gst/ClutterGstCrop.html#ClutterGstCrop.other_details">
|
55
|
+
<ANCHOR id="ClutterGstCrop-struct" href="clutter-gst/ClutterGstCrop.html#ClutterGstCrop-struct">
|
56
|
+
<ANCHOR id="ClutterGstCropClass" href="clutter-gst/ClutterGstCrop.html#ClutterGstCropClass">
|
57
|
+
<ANCHOR id="ClutterGstCrop.property-details" href="clutter-gst/ClutterGstCrop.html#ClutterGstCrop.property-details">
|
58
|
+
<ANCHOR id="ClutterGstCrop--cull-backface" href="clutter-gst/ClutterGstCrop.html#ClutterGstCrop--cull-backface">
|
59
|
+
<ANCHOR id="ClutterGstCrop--input-region" href="clutter-gst/ClutterGstCrop.html#ClutterGstCrop--input-region">
|
60
|
+
<ANCHOR id="ClutterGstCrop--output-region" href="clutter-gst/ClutterGstCrop.html#ClutterGstCrop--output-region">
|
61
|
+
<ANCHOR id="ClutterGstCrop--paint-borders" href="clutter-gst/ClutterGstCrop.html#ClutterGstCrop--paint-borders">
|
62
|
+
<ANCHOR id="ClutterGstPlayer" href="clutter-gst/ClutterGstPlayer.html">
|
63
|
+
<ANCHOR id="ClutterGstPlayer.functions" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer.functions">
|
64
|
+
<ANCHOR id="ClutterGstPlayer.properties" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer.properties">
|
65
|
+
<ANCHOR id="ClutterGstPlayer.signals" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer.signals">
|
66
|
+
<ANCHOR id="ClutterGstPlayer.other" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer.other">
|
67
|
+
<ANCHOR id="ClutterGstPlayer.object-hierarchy" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer.object-hierarchy">
|
68
|
+
<ANCHOR id="ClutterGstPlayer.prerequisites" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer.prerequisites">
|
69
|
+
<ANCHOR id="ClutterGstPlayer.implementations" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer.implementations">
|
70
|
+
<ANCHOR id="ClutterGstPlayer.description" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer.description">
|
71
|
+
<ANCHOR id="ClutterGstPlayer.functions_details" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer.functions_details">
|
72
|
+
<ANCHOR id="clutter-gst-player-get-frame" href="clutter-gst/ClutterGstPlayer.html#clutter-gst-player-get-frame">
|
73
|
+
<ANCHOR id="clutter-gst-player-get-pipeline" href="clutter-gst/ClutterGstPlayer.html#clutter-gst-player-get-pipeline">
|
74
|
+
<ANCHOR id="clutter-gst-player-get-video-sink" href="clutter-gst/ClutterGstPlayer.html#clutter-gst-player-get-video-sink">
|
75
|
+
<ANCHOR id="clutter-gst-player-get-idle" href="clutter-gst/ClutterGstPlayer.html#clutter-gst-player-get-idle">
|
76
|
+
<ANCHOR id="clutter-gst-player-get-playing" href="clutter-gst/ClutterGstPlayer.html#clutter-gst-player-get-playing">
|
77
|
+
<ANCHOR id="clutter-gst-player-set-playing" href="clutter-gst/ClutterGstPlayer.html#clutter-gst-player-set-playing">
|
78
|
+
<ANCHOR id="clutter-gst-player-get-audio-volume" href="clutter-gst/ClutterGstPlayer.html#clutter-gst-player-get-audio-volume">
|
79
|
+
<ANCHOR id="clutter-gst-player-set-audio-volume" href="clutter-gst/ClutterGstPlayer.html#clutter-gst-player-set-audio-volume">
|
80
|
+
<ANCHOR id="ClutterGstPlayer.other_details" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer.other_details">
|
81
|
+
<ANCHOR id="ClutterGstPlayer-struct" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer-struct">
|
82
|
+
<ANCHOR id="ClutterGstPlayerIface" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayerIface">
|
83
|
+
<ANCHOR id="ClutterGstPlayer.property-details" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer.property-details">
|
84
|
+
<ANCHOR id="ClutterGstPlayer--audio-volume" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer--audio-volume">
|
85
|
+
<ANCHOR id="ClutterGstPlayer--idle" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer--idle">
|
86
|
+
<ANCHOR id="ClutterGstPlayer--playing" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer--playing">
|
87
|
+
<ANCHOR id="ClutterGstPlayer.signal-details" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer.signal-details">
|
88
|
+
<ANCHOR id="ClutterGstPlayer-eos" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer-eos">
|
89
|
+
<ANCHOR id="ClutterGstPlayer-error" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer-error">
|
90
|
+
<ANCHOR id="ClutterGstPlayer-new-frame" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer-new-frame">
|
91
|
+
<ANCHOR id="ClutterGstPlayer-ready" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer-ready">
|
92
|
+
<ANCHOR id="ClutterGstPlayer-size-change" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer-size-change">
|
93
|
+
<ANCHOR id="ClutterGstCamera" href="clutter-gst/ClutterGstCamera.html">
|
94
|
+
<ANCHOR id="ClutterGstCamera.functions" href="clutter-gst/ClutterGstCamera.html#ClutterGstCamera.functions">
|
95
|
+
<ANCHOR id="ClutterGstCamera.properties" href="clutter-gst/ClutterGstCamera.html#ClutterGstCamera.properties">
|
96
|
+
<ANCHOR id="ClutterGstCamera.signals" href="clutter-gst/ClutterGstCamera.html#ClutterGstCamera.signals">
|
97
|
+
<ANCHOR id="ClutterGstCamera.other" href="clutter-gst/ClutterGstCamera.html#ClutterGstCamera.other">
|
98
|
+
<ANCHOR id="ClutterGstCamera.object-hierarchy" href="clutter-gst/ClutterGstCamera.html#ClutterGstCamera.object-hierarchy">
|
99
|
+
<ANCHOR id="ClutterGstCamera.implemented-interfaces" href="clutter-gst/ClutterGstCamera.html#ClutterGstCamera.implemented-interfaces">
|
100
|
+
<ANCHOR id="ClutterGstCamera.description" href="clutter-gst/ClutterGstCamera.html#ClutterGstCamera.description">
|
101
|
+
<ANCHOR id="ClutterGstCamera.functions_details" href="clutter-gst/ClutterGstCamera.html#ClutterGstCamera.functions_details">
|
102
|
+
<ANCHOR id="clutter-gst-camera-new" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-new">
|
103
|
+
<ANCHOR id="clutter-gst-camera-get-brightness" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-get-brightness">
|
104
|
+
<ANCHOR id="clutter-gst-camera-get-brightness-range" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-get-brightness-range">
|
105
|
+
<ANCHOR id="clutter-gst-camera-get-camera-device" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-get-camera-device">
|
106
|
+
<ANCHOR id="clutter-gst-camera-get-color-balance-property" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-get-color-balance-property">
|
107
|
+
<ANCHOR id="clutter-gst-camera-get-color-balance-property-range" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-get-color-balance-property-range">
|
108
|
+
<ANCHOR id="clutter-gst-camera-get-contrast" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-get-contrast">
|
109
|
+
<ANCHOR id="clutter-gst-camera-get-contrast-range" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-get-contrast-range">
|
110
|
+
<ANCHOR id="clutter-gst-camera-get-filter" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-get-filter">
|
111
|
+
<ANCHOR id="clutter-gst-camera-get-gamma" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-get-gamma">
|
112
|
+
<ANCHOR id="clutter-gst-camera-get-gamma-range" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-get-gamma-range">
|
113
|
+
<ANCHOR id="clutter-gst-camera-get-hue" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-get-hue">
|
114
|
+
<ANCHOR id="clutter-gst-camera-get-hue-range" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-get-hue-range">
|
115
|
+
<ANCHOR id="clutter-gst-camera-get-saturation" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-get-saturation">
|
116
|
+
<ANCHOR id="clutter-gst-camera-get-saturation-range" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-get-saturation-range">
|
117
|
+
<ANCHOR id="clutter-gst-camera-is-ready-for-capture" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-is-ready-for-capture">
|
118
|
+
<ANCHOR id="clutter-gst-camera-is-recording-video" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-is-recording-video">
|
119
|
+
<ANCHOR id="clutter-gst-camera-remove-filter" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-remove-filter">
|
120
|
+
<ANCHOR id="clutter-gst-camera-set-brightness" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-set-brightness">
|
121
|
+
<ANCHOR id="clutter-gst-camera-set-camera-device" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-set-camera-device">
|
122
|
+
<ANCHOR id="clutter-gst-camera-set-color-balance-property" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-set-color-balance-property">
|
123
|
+
<ANCHOR id="clutter-gst-camera-set-contrast" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-set-contrast">
|
124
|
+
<ANCHOR id="clutter-gst-camera-set-filter" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-set-filter">
|
125
|
+
<ANCHOR id="clutter-gst-camera-set-gamma" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-set-gamma">
|
126
|
+
<ANCHOR id="clutter-gst-camera-set-hue" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-set-hue">
|
127
|
+
<ANCHOR id="clutter-gst-camera-set-photo-profile" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-set-photo-profile">
|
128
|
+
<ANCHOR id="clutter-gst-camera-set-saturation" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-set-saturation">
|
129
|
+
<ANCHOR id="clutter-gst-camera-set-video-profile" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-set-video-profile">
|
130
|
+
<ANCHOR id="clutter-gst-camera-start-video-recording" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-start-video-recording">
|
131
|
+
<ANCHOR id="clutter-gst-camera-stop-video-recording" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-stop-video-recording">
|
132
|
+
<ANCHOR id="clutter-gst-camera-supports-color-balance" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-supports-color-balance">
|
133
|
+
<ANCHOR id="clutter-gst-camera-supports-gamma-correction" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-supports-gamma-correction">
|
134
|
+
<ANCHOR id="clutter-gst-camera-take-photo" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-take-photo">
|
135
|
+
<ANCHOR id="clutter-gst-camera-take-photo-pixbuf" href="clutter-gst/ClutterGstCamera.html#clutter-gst-camera-take-photo-pixbuf">
|
136
|
+
<ANCHOR id="ClutterGstCamera.other_details" href="clutter-gst/ClutterGstCamera.html#ClutterGstCamera.other_details">
|
137
|
+
<ANCHOR id="ClutterGstCamera-struct" href="clutter-gst/ClutterGstCamera.html#ClutterGstCamera-struct">
|
138
|
+
<ANCHOR id="ClutterGstCameraClass" href="clutter-gst/ClutterGstCamera.html#ClutterGstCameraClass">
|
139
|
+
<ANCHOR id="ClutterGstCamera.property-details" href="clutter-gst/ClutterGstCamera.html#ClutterGstCamera.property-details">
|
140
|
+
<ANCHOR id="ClutterGstCamera--device" href="clutter-gst/ClutterGstCamera.html#ClutterGstCamera--device">
|
141
|
+
<ANCHOR id="ClutterGstCamera.signal-details" href="clutter-gst/ClutterGstCamera.html#ClutterGstCamera.signal-details">
|
142
|
+
<ANCHOR id="ClutterGstCamera-photo-saved" href="clutter-gst/ClutterGstCamera.html#ClutterGstCamera-photo-saved">
|
143
|
+
<ANCHOR id="ClutterGstCamera-photo-taken" href="clutter-gst/ClutterGstCamera.html#ClutterGstCamera-photo-taken">
|
144
|
+
<ANCHOR id="ClutterGstCamera-ready-for-capture" href="clutter-gst/ClutterGstCamera.html#ClutterGstCamera-ready-for-capture">
|
145
|
+
<ANCHOR id="ClutterGstCamera-video-saved" href="clutter-gst/ClutterGstCamera.html#ClutterGstCamera-video-saved">
|
146
|
+
<ANCHOR id="ClutterGstCameraDevice" href="clutter-gst/ClutterGstCameraDevice.html">
|
147
|
+
<ANCHOR id="ClutterGstCameraDevice.functions" href="clutter-gst/ClutterGstCameraDevice.html#ClutterGstCameraDevice.functions">
|
148
|
+
<ANCHOR id="ClutterGstCameraDevice.properties" href="clutter-gst/ClutterGstCameraDevice.html#ClutterGstCameraDevice.properties">
|
149
|
+
<ANCHOR id="ClutterGstCameraDevice.signals" href="clutter-gst/ClutterGstCameraDevice.html#ClutterGstCameraDevice.signals">
|
150
|
+
<ANCHOR id="ClutterGstCameraDevice.other" href="clutter-gst/ClutterGstCameraDevice.html#ClutterGstCameraDevice.other">
|
151
|
+
<ANCHOR id="ClutterGstCameraDevice.object-hierarchy" href="clutter-gst/ClutterGstCameraDevice.html#ClutterGstCameraDevice.object-hierarchy">
|
152
|
+
<ANCHOR id="ClutterGstCameraDevice.description" href="clutter-gst/ClutterGstCameraDevice.html#ClutterGstCameraDevice.description">
|
153
|
+
<ANCHOR id="ClutterGstCameraDevice.functions_details" href="clutter-gst/ClutterGstCameraDevice.html#ClutterGstCameraDevice.functions_details">
|
154
|
+
<ANCHOR id="clutter-gst-camera-device-get-capture-resolution" href="clutter-gst/ClutterGstCameraDevice.html#clutter-gst-camera-device-get-capture-resolution">
|
155
|
+
<ANCHOR id="clutter-gst-camera-device-get-name" href="clutter-gst/ClutterGstCameraDevice.html#clutter-gst-camera-device-get-name">
|
156
|
+
<ANCHOR id="clutter-gst-camera-device-get-node" href="clutter-gst/ClutterGstCameraDevice.html#clutter-gst-camera-device-get-node">
|
157
|
+
<ANCHOR id="clutter-gst-camera-device-get-supported-resolutions" href="clutter-gst/ClutterGstCameraDevice.html#clutter-gst-camera-device-get-supported-resolutions">
|
158
|
+
<ANCHOR id="clutter-gst-camera-device-set-capture-resolution" href="clutter-gst/ClutterGstCameraDevice.html#clutter-gst-camera-device-set-capture-resolution">
|
159
|
+
<ANCHOR id="ClutterGstCameraDevice.other_details" href="clutter-gst/ClutterGstCameraDevice.html#ClutterGstCameraDevice.other_details">
|
160
|
+
<ANCHOR id="ClutterGstCameraDevice-struct" href="clutter-gst/ClutterGstCameraDevice.html#ClutterGstCameraDevice-struct">
|
161
|
+
<ANCHOR id="ClutterGstCameraDeviceClass" href="clutter-gst/ClutterGstCameraDevice.html#ClutterGstCameraDeviceClass">
|
162
|
+
<ANCHOR id="ClutterGstCameraDevice.property-details" href="clutter-gst/ClutterGstCameraDevice.html#ClutterGstCameraDevice.property-details">
|
163
|
+
<ANCHOR id="ClutterGstCameraDevice--element-factory" href="clutter-gst/ClutterGstCameraDevice.html#ClutterGstCameraDevice--element-factory">
|
164
|
+
<ANCHOR id="ClutterGstCameraDevice--name" href="clutter-gst/ClutterGstCameraDevice.html#ClutterGstCameraDevice--name">
|
165
|
+
<ANCHOR id="ClutterGstCameraDevice--node" href="clutter-gst/ClutterGstCameraDevice.html#ClutterGstCameraDevice--node">
|
166
|
+
<ANCHOR id="ClutterGstCameraDevice.signal-details" href="clutter-gst/ClutterGstCameraDevice.html#ClutterGstCameraDevice.signal-details">
|
167
|
+
<ANCHOR id="ClutterGstCameraDevice-capture-resolution-changed" href="clutter-gst/ClutterGstCameraDevice.html#ClutterGstCameraDevice-capture-resolution-changed">
|
168
|
+
<ANCHOR id="ClutterGstPlayback" href="clutter-gst/ClutterGstPlayback.html">
|
169
|
+
<ANCHOR id="ClutterGstPlayback.functions" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback.functions">
|
170
|
+
<ANCHOR id="ClutterGstPlayback.properties" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback.properties">
|
171
|
+
<ANCHOR id="ClutterGstPlayback.signals" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback.signals">
|
172
|
+
<ANCHOR id="ClutterGstPlayback.other" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback.other">
|
173
|
+
<ANCHOR id="ClutterGstPlayback.object-hierarchy" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback.object-hierarchy">
|
174
|
+
<ANCHOR id="ClutterGstPlayback.implemented-interfaces" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback.implemented-interfaces">
|
175
|
+
<ANCHOR id="ClutterGstPlayback.description" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback.description">
|
176
|
+
<ANCHOR id="ClutterGstPlayback.functions_details" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback.functions_details">
|
177
|
+
<ANCHOR id="clutter-gst-playback-new" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-new">
|
178
|
+
<ANCHOR id="clutter-gst-playback-get-audio-stream" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-get-audio-stream">
|
179
|
+
<ANCHOR id="clutter-gst-playback-get-audio-streams" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-get-audio-streams">
|
180
|
+
<ANCHOR id="clutter-gst-playback-get-buffer-duration" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-get-buffer-duration">
|
181
|
+
<ANCHOR id="clutter-gst-playback-get-buffer-fill" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-get-buffer-fill">
|
182
|
+
<ANCHOR id="clutter-gst-playback-get-buffering-mode" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-get-buffering-mode">
|
183
|
+
<ANCHOR id="clutter-gst-playback-get-buffer-size" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-get-buffer-size">
|
184
|
+
<ANCHOR id="clutter-gst-playback-get-duration" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-get-duration">
|
185
|
+
<ANCHOR id="clutter-gst-playback-get-in-seek" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-get-in-seek">
|
186
|
+
<ANCHOR id="clutter-gst-playback-get-position" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-get-position">
|
187
|
+
<ANCHOR id="clutter-gst-playback-get-progress" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-get-progress">
|
188
|
+
<ANCHOR id="clutter-gst-playback-get-seek-flags" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-get-seek-flags">
|
189
|
+
<ANCHOR id="clutter-gst-playback-get-subtitle-font-name" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-get-subtitle-font-name">
|
190
|
+
<ANCHOR id="clutter-gst-playback-get-subtitle-track" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-get-subtitle-track">
|
191
|
+
<ANCHOR id="clutter-gst-playback-get-subtitle-tracks" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-get-subtitle-tracks">
|
192
|
+
<ANCHOR id="clutter-gst-playback-get-subtitle-uri" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-get-subtitle-uri">
|
193
|
+
<ANCHOR id="clutter-gst-playback-get-uri" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-get-uri">
|
194
|
+
<ANCHOR id="clutter-gst-playback-get-user-agent" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-get-user-agent">
|
195
|
+
<ANCHOR id="clutter-gst-playback-is-live-media" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-is-live-media">
|
196
|
+
<ANCHOR id="clutter-gst-playback-set-audio-stream" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-set-audio-stream">
|
197
|
+
<ANCHOR id="clutter-gst-playback-set-buffer-duration" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-set-buffer-duration">
|
198
|
+
<ANCHOR id="clutter-gst-playback-set-buffering-mode" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-set-buffering-mode">
|
199
|
+
<ANCHOR id="clutter-gst-playback-set-buffer-size" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-set-buffer-size">
|
200
|
+
<ANCHOR id="clutter-gst-playback-set-filename" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-set-filename">
|
201
|
+
<ANCHOR id="clutter-gst-playback-set-progress" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-set-progress">
|
202
|
+
<ANCHOR id="clutter-gst-playback-set-seek-flags" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-set-seek-flags">
|
203
|
+
<ANCHOR id="clutter-gst-playback-set-subtitle-font-name" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-set-subtitle-font-name">
|
204
|
+
<ANCHOR id="clutter-gst-playback-set-subtitle-track" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-set-subtitle-track">
|
205
|
+
<ANCHOR id="clutter-gst-playback-set-subtitle-uri" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-set-subtitle-uri">
|
206
|
+
<ANCHOR id="clutter-gst-playback-set-uri" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-set-uri">
|
207
|
+
<ANCHOR id="clutter-gst-playback-set-user-agent" href="clutter-gst/ClutterGstPlayback.html#clutter-gst-playback-set-user-agent">
|
208
|
+
<ANCHOR id="ClutterGstPlayback.other_details" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback.other_details">
|
209
|
+
<ANCHOR id="ClutterGstPlayback-struct" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback-struct">
|
210
|
+
<ANCHOR id="ClutterGstPlaybackClass" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlaybackClass">
|
211
|
+
<ANCHOR id="ClutterGstPlayback.property-details" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback.property-details">
|
212
|
+
<ANCHOR id="ClutterGstPlayback--audio-stream" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback--audio-stream">
|
213
|
+
<ANCHOR id="ClutterGstPlayback--audio-streams" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback--audio-streams">
|
214
|
+
<ANCHOR id="ClutterGstPlayback--buffer-fill" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback--buffer-fill">
|
215
|
+
<ANCHOR id="ClutterGstPlayback--can-seek" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback--can-seek">
|
216
|
+
<ANCHOR id="ClutterGstPlayback--duration" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback--duration">
|
217
|
+
<ANCHOR id="ClutterGstPlayback--in-seek" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback--in-seek">
|
218
|
+
<ANCHOR id="ClutterGstPlayback--progress" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback--progress">
|
219
|
+
<ANCHOR id="ClutterGstPlayback--seek-flags" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback--seek-flags">
|
220
|
+
<ANCHOR id="ClutterGstPlayback--subtitle-font-name" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback--subtitle-font-name">
|
221
|
+
<ANCHOR id="ClutterGstPlayback--subtitle-track" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback--subtitle-track">
|
222
|
+
<ANCHOR id="ClutterGstPlayback--subtitle-tracks" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback--subtitle-tracks">
|
223
|
+
<ANCHOR id="ClutterGstPlayback--subtitle-uri" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback--subtitle-uri">
|
224
|
+
<ANCHOR id="ClutterGstPlayback--uri" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback--uri">
|
225
|
+
<ANCHOR id="ClutterGstPlayback--user-agent" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback--user-agent">
|
226
|
+
<ANCHOR id="ClutterGstPlayback.signal-details" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback.signal-details">
|
227
|
+
<ANCHOR id="ClutterGstPlayback-should-buffer" href="clutter-gst/ClutterGstPlayback.html#ClutterGstPlayback-should-buffer">
|
228
|
+
<ANCHOR id="clutter-gst-Video-Sink" href="clutter-gst/clutter-gst-Video-Sink.html">
|
229
|
+
<ANCHOR id="clutter-gst-Video-Sink.functions" href="clutter-gst/clutter-gst-Video-Sink.html#clutter-gst-Video-Sink.functions">
|
230
|
+
<ANCHOR id="clutter-gst-Video-Sink.properties" href="clutter-gst/clutter-gst-Video-Sink.html#clutter-gst-Video-Sink.properties">
|
231
|
+
<ANCHOR id="clutter-gst-Video-Sink.signals" href="clutter-gst/clutter-gst-Video-Sink.html#clutter-gst-Video-Sink.signals">
|
232
|
+
<ANCHOR id="ClutterGstVideoSink" href="clutter-gst/clutter-gst-Video-Sink.html#ClutterGstVideoSink">
|
233
|
+
<ANCHOR id="clutter-gst-Video-Sink.other" href="clutter-gst/clutter-gst-Video-Sink.html#clutter-gst-Video-Sink.other">
|
234
|
+
<ANCHOR id="clutter-gst-Video-Sink.object-hierarchy" href="clutter-gst/clutter-gst-Video-Sink.html#clutter-gst-Video-Sink.object-hierarchy">
|
235
|
+
<ANCHOR id="clutter-gst-Video-Sink.implemented-interfaces" href="clutter-gst/clutter-gst-Video-Sink.html#clutter-gst-Video-Sink.implemented-interfaces">
|
236
|
+
<ANCHOR id="clutter-gst-Video-Sink.description" href="clutter-gst/clutter-gst-Video-Sink.html#clutter-gst-Video-Sink.description">
|
237
|
+
<ANCHOR id="clutter-gst-Video-Sink.functions_details" href="clutter-gst/clutter-gst-Video-Sink.html#clutter-gst-Video-Sink.functions_details">
|
238
|
+
<ANCHOR id="clutter-gst-video-sink-new" href="clutter-gst/clutter-gst-Video-Sink.html#clutter-gst-video-sink-new">
|
239
|
+
<ANCHOR id="clutter-gst-video-sink-is-ready" href="clutter-gst/clutter-gst-Video-Sink.html#clutter-gst-video-sink-is-ready">
|
240
|
+
<ANCHOR id="clutter-gst-video-sink-get-frame" href="clutter-gst/clutter-gst-Video-Sink.html#clutter-gst-video-sink-get-frame">
|
241
|
+
<ANCHOR id="clutter-gst-video-sink-get-pipeline" href="clutter-gst/clutter-gst-Video-Sink.html#clutter-gst-video-sink-get-pipeline">
|
242
|
+
<ANCHOR id="clutter-gst-video-sink-setup-pipeline" href="clutter-gst/clutter-gst-Video-Sink.html#clutter-gst-video-sink-setup-pipeline">
|
243
|
+
<ANCHOR id="clutter-gst-video-sink-get-overlays" href="clutter-gst/clutter-gst-Video-Sink.html#clutter-gst-video-sink-get-overlays">
|
244
|
+
<ANCHOR id="clutter-gst-Video-Sink.other_details" href="clutter-gst/clutter-gst-Video-Sink.html#clutter-gst-Video-Sink.other_details">
|
245
|
+
<ANCHOR id="ClutterGstVideoSink-struct" href="clutter-gst/clutter-gst-Video-Sink.html#ClutterGstVideoSink-struct">
|
246
|
+
<ANCHOR id="ClutterGstVideoSinkClass" href="clutter-gst/clutter-gst-Video-Sink.html#ClutterGstVideoSinkClass">
|
247
|
+
<ANCHOR id="clutter-gst-Video-Sink.property-details" href="clutter-gst/clutter-gst-Video-Sink.html#clutter-gst-Video-Sink.property-details">
|
248
|
+
<ANCHOR id="ClutterGstVideoSink--update-priority" href="clutter-gst/clutter-gst-Video-Sink.html#ClutterGstVideoSink--update-priority">
|
249
|
+
<ANCHOR id="clutter-gst-Video-Sink.signal-details" href="clutter-gst/clutter-gst-Video-Sink.html#clutter-gst-Video-Sink.signal-details">
|
250
|
+
<ANCHOR id="ClutterGstVideoSink-new-frame" href="clutter-gst/clutter-gst-Video-Sink.html#ClutterGstVideoSink-new-frame">
|
251
|
+
<ANCHOR id="ClutterGstVideoSink-new-overlays" href="clutter-gst/clutter-gst-Video-Sink.html#ClutterGstVideoSink-new-overlays">
|
252
|
+
<ANCHOR id="ClutterGstVideoSink-pipeline-ready" href="clutter-gst/clutter-gst-Video-Sink.html#ClutterGstVideoSink-pipeline-ready">
|
253
|
+
<ANCHOR id="clutter-gst-Utilities" href="clutter-gst/clutter-gst-Utilities.html">
|
254
|
+
<ANCHOR id="clutter-gst-Utilities.functions" href="clutter-gst/clutter-gst-Utilities.html#clutter-gst-Utilities.functions">
|
255
|
+
<ANCHOR id="clutter-gst-Utilities.description" href="clutter-gst/clutter-gst-Utilities.html#clutter-gst-Utilities.description">
|
256
|
+
<ANCHOR id="clutter-gst-Utilities.functions_details" href="clutter-gst/clutter-gst-Utilities.html#clutter-gst-Utilities.functions_details">
|
257
|
+
<ANCHOR id="clutter-gst-init" href="clutter-gst/clutter-gst-Utilities.html#clutter-gst-init">
|
258
|
+
<ANCHOR id="clutter-gst-init-with-args" href="clutter-gst/clutter-gst-Utilities.html#clutter-gst-init-with-args">
|
259
|
+
<ANCHOR id="clutter-gst-create-video-sink" href="clutter-gst/clutter-gst-Utilities.html#clutter-gst-create-video-sink">
|
260
|
+
<ANCHOR id="clutter-gst-Utilities.other_details" href="clutter-gst/clutter-gst-Utilities.html#clutter-gst-Utilities.other_details">
|
261
|
+
<ANCHOR id="clutter-gst-Versioning-Macros" href="clutter-gst/clutter-gst-Versioning-Macros.html">
|
262
|
+
<ANCHOR id="clutter-gst-Versioning-Macros.functions" href="clutter-gst/clutter-gst-Versioning-Macros.html#clutter-gst-Versioning-Macros.functions">
|
263
|
+
<ANCHOR id="clutter-gst-Versioning-Macros.other" href="clutter-gst/clutter-gst-Versioning-Macros.html#clutter-gst-Versioning-Macros.other">
|
264
|
+
<ANCHOR id="clutter-gst-Versioning-Macros.description" href="clutter-gst/clutter-gst-Versioning-Macros.html#clutter-gst-Versioning-Macros.description">
|
265
|
+
<ANCHOR id="clutter-gst-Versioning-Macros.functions_details" href="clutter-gst/clutter-gst-Versioning-Macros.html#clutter-gst-Versioning-Macros.functions_details">
|
266
|
+
<ANCHOR id="CLUTTER-GST-MAJOR-VERSION:CAPS" href="clutter-gst/clutter-gst-Versioning-Macros.html#CLUTTER-GST-MAJOR-VERSION:CAPS">
|
267
|
+
<ANCHOR id="CLUTTER-GST-MINOR-VERSION:CAPS" href="clutter-gst/clutter-gst-Versioning-Macros.html#CLUTTER-GST-MINOR-VERSION:CAPS">
|
268
|
+
<ANCHOR id="CLUTTER-GST-MICRO-VERSION:CAPS" href="clutter-gst/clutter-gst-Versioning-Macros.html#CLUTTER-GST-MICRO-VERSION:CAPS">
|
269
|
+
<ANCHOR id="CLUTTER-GST-VERSION:CAPS" href="clutter-gst/clutter-gst-Versioning-Macros.html#CLUTTER-GST-VERSION:CAPS">
|
270
|
+
<ANCHOR id="CLUTTER-GST-VERSION-HEX:CAPS" href="clutter-gst/clutter-gst-Versioning-Macros.html#CLUTTER-GST-VERSION-HEX:CAPS">
|
271
|
+
<ANCHOR id="CLUTTER-GST-CHECK-VERSION:CAPS" href="clutter-gst/clutter-gst-Versioning-Macros.html#CLUTTER-GST-CHECK-VERSION:CAPS">
|
272
|
+
<ANCHOR id="clutter-gst-Versioning-Macros.other_details" href="clutter-gst/clutter-gst-Versioning-Macros.html#clutter-gst-Versioning-Macros.other_details">
|
273
|
+
<ANCHOR id="CLUTTER-GST-VERSION-S:CAPS" href="clutter-gst/clutter-gst-Versioning-Macros.html#CLUTTER-GST-VERSION-S:CAPS">
|
Binary file
|
@@ -0,0 +1,59 @@
|
|
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>Clutter Gst 3.0.0
|
6
|
+
Reference Manual: Appendix A. License</title>
|
7
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
8
|
+
<link rel="home" href="index.html" title="Clutter Gst 3.0.0 Reference Manual">
|
9
|
+
<link rel="up" href="index.html" title="Clutter Gst 3.0.0 Reference Manual">
|
10
|
+
<link rel="prev" href="clutter-gst-Versioning-Macros.html" title="Versioning Macros">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
19
|
+
<td><a accesskey="p" href="clutter-gst-Versioning-Macros.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><img src="right-insensitive.png" width="16" height="16" border="0"></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="appendix">
|
23
|
+
<div class="titlepage"><div><div><h1 class="title">
|
24
|
+
<a name="license"></a>Appendix A. License</h1></div></div></div>
|
25
|
+
<p>
|
26
|
+
This library is free software; you can redistribute it and/or
|
27
|
+
modify it under the terms of the <em class="citetitle">GNU Library General
|
28
|
+
Public License</em> as published by the Free Software
|
29
|
+
Foundation; either version 2 of the License, or (at your option)
|
30
|
+
any later version.
|
31
|
+
</p>
|
32
|
+
<p>
|
33
|
+
This library is distributed in the hope that it will be useful,
|
34
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
35
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
36
|
+
<em class="citetitle">GNU Library General Public License</em> for
|
37
|
+
more details.
|
38
|
+
</p>
|
39
|
+
<p>
|
40
|
+
You may obtain a copy of the <em class="citetitle">GNU Library General
|
41
|
+
Public License</em> from the Free Software Foundation by
|
42
|
+
visiting <a class="ulink" href="http://www.fsf.org" target="_top">their Web
|
43
|
+
site</a> or by writing to:
|
44
|
+
|
45
|
+
</p>
|
46
|
+
<div class="address"><p><br>
|
47
|
+
Free Software Foundation, Inc.<br>
|
48
|
+
<span class="street">59 Temple Place</span> - Suite 330<br>
|
49
|
+
<span class="city">Boston</span>, <span class="state">MA</span> <span class="postcode">02111-1307</span><br>
|
50
|
+
<span class="country">USA</span><br>
|
51
|
+
</p></div>
|
52
|
+
<p>
|
53
|
+
</p>
|
54
|
+
</div>
|
55
|
+
<div class="footer">
|
56
|
+
<hr>
|
57
|
+
Generated by GTK-Doc V1.21</div>
|
58
|
+
</body>
|
59
|
+
</html>
|
Binary file
|
@@ -0,0 +1,476 @@
|
|
1
|
+
body
|
2
|
+
{
|
3
|
+
font-family: cantarell, sans-serif;
|
4
|
+
}
|
5
|
+
.synopsis, .classsynopsis
|
6
|
+
{
|
7
|
+
/* tango:aluminium 1/2 */
|
8
|
+
background: #eeeeec;
|
9
|
+
background: rgba(238, 238, 236, 0.5);
|
10
|
+
border: solid 1px rgb(238, 238, 236);
|
11
|
+
padding: 0.5em;
|
12
|
+
}
|
13
|
+
.programlisting
|
14
|
+
{
|
15
|
+
/* tango:sky blue 0/1 */
|
16
|
+
/* fallback for no rgba support */
|
17
|
+
background: #e6f3ff;
|
18
|
+
border: solid 1px #729fcf;
|
19
|
+
background: rgba(114, 159, 207, 0.1);
|
20
|
+
border: solid 1px rgba(114, 159, 207, 0.2);
|
21
|
+
padding: 0.5em;
|
22
|
+
}
|
23
|
+
.variablelist
|
24
|
+
{
|
25
|
+
padding: 4px;
|
26
|
+
margin-left: 3em;
|
27
|
+
}
|
28
|
+
.variablelist td:first-child
|
29
|
+
{
|
30
|
+
vertical-align: top;
|
31
|
+
}
|
32
|
+
|
33
|
+
div.gallery-float
|
34
|
+
{
|
35
|
+
float: left;
|
36
|
+
padding: 10px;
|
37
|
+
}
|
38
|
+
div.gallery-float img
|
39
|
+
{
|
40
|
+
border-style: none;
|
41
|
+
}
|
42
|
+
div.gallery-spacer
|
43
|
+
{
|
44
|
+
clear: both;
|
45
|
+
}
|
46
|
+
|
47
|
+
a, a:visited
|
48
|
+
{
|
49
|
+
text-decoration: none;
|
50
|
+
/* tango:sky blue 2 */
|
51
|
+
color: #3465a4;
|
52
|
+
}
|
53
|
+
a:hover
|
54
|
+
{
|
55
|
+
text-decoration: underline;
|
56
|
+
/* tango:sky blue 1 */
|
57
|
+
color: #729fcf;
|
58
|
+
}
|
59
|
+
|
60
|
+
div.informaltable table
|
61
|
+
{
|
62
|
+
border-collapse: separate;
|
63
|
+
border-spacing: 1em 0.5em;
|
64
|
+
border: none;
|
65
|
+
}
|
66
|
+
|
67
|
+
div.informaltable table td, div.informaltable table th
|
68
|
+
{
|
69
|
+
vertical-align: top;
|
70
|
+
}
|
71
|
+
|
72
|
+
.function_type,
|
73
|
+
.variable_type,
|
74
|
+
.property_type,
|
75
|
+
.signal_type,
|
76
|
+
.parameter_name,
|
77
|
+
.struct_member_name,
|
78
|
+
.union_member_name,
|
79
|
+
.define_keyword,
|
80
|
+
.datatype_keyword,
|
81
|
+
.typedef_keyword
|
82
|
+
{
|
83
|
+
text-align: right;
|
84
|
+
}
|
85
|
+
|
86
|
+
/* dim non-primary columns */
|
87
|
+
.c_punctuation,
|
88
|
+
.function_type,
|
89
|
+
.variable_type,
|
90
|
+
.property_type,
|
91
|
+
.signal_type,
|
92
|
+
.define_keyword,
|
93
|
+
.datatype_keyword,
|
94
|
+
.typedef_keyword,
|
95
|
+
.property_flags,
|
96
|
+
.signal_flags,
|
97
|
+
.parameter_annotations,
|
98
|
+
.enum_member_annotations,
|
99
|
+
.struct_member_annotations,
|
100
|
+
.union_member_annotations
|
101
|
+
{
|
102
|
+
color: #888a85;
|
103
|
+
}
|
104
|
+
|
105
|
+
.function_type a,
|
106
|
+
.function_type a:visited,
|
107
|
+
.function_type a:hover,
|
108
|
+
.property_type a,
|
109
|
+
.property_type a:visited,
|
110
|
+
.property_type a:hover,
|
111
|
+
.signal_type a,
|
112
|
+
.signal_type a:visited,
|
113
|
+
.signal_type a:hover,
|
114
|
+
.signal_flags a,
|
115
|
+
.signal_flags a:visited,
|
116
|
+
.signal_flags a:hover
|
117
|
+
{
|
118
|
+
color: #729fcf;
|
119
|
+
}
|
120
|
+
|
121
|
+
td p
|
122
|
+
{
|
123
|
+
margin: 0.25em;
|
124
|
+
}
|
125
|
+
|
126
|
+
div.table table
|
127
|
+
{
|
128
|
+
border-collapse: collapse;
|
129
|
+
border-spacing: 0px;
|
130
|
+
/* tango:aluminium 3 */
|
131
|
+
border: solid 1px #babdb6;
|
132
|
+
}
|
133
|
+
|
134
|
+
div.table table td, div.table table th
|
135
|
+
{
|
136
|
+
/* tango:aluminium 3 */
|
137
|
+
border: solid 1px #babdb6;
|
138
|
+
padding: 3px;
|
139
|
+
vertical-align: top;
|
140
|
+
}
|
141
|
+
|
142
|
+
div.table table th
|
143
|
+
{
|
144
|
+
/* tango:aluminium 2 */
|
145
|
+
background-color: #d3d7cf;
|
146
|
+
}
|
147
|
+
|
148
|
+
h4
|
149
|
+
{
|
150
|
+
color: #555753;
|
151
|
+
}
|
152
|
+
|
153
|
+
hr
|
154
|
+
{
|
155
|
+
/* tango:aluminium 1 */
|
156
|
+
color: #d3d7cf;
|
157
|
+
background: #d3d7cf;
|
158
|
+
border: none 0px;
|
159
|
+
height: 1px;
|
160
|
+
clear: both;
|
161
|
+
margin: 2.0em 0em 2.0em 0em;
|
162
|
+
}
|
163
|
+
|
164
|
+
dl.toc dt
|
165
|
+
{
|
166
|
+
padding-bottom: 0.25em;
|
167
|
+
}
|
168
|
+
|
169
|
+
dl.toc > dd > dl > dt
|
170
|
+
{
|
171
|
+
padding-top: 0.25em;
|
172
|
+
padding-bottom: 0.25em;
|
173
|
+
}
|
174
|
+
|
175
|
+
dl.toc > dt
|
176
|
+
{
|
177
|
+
padding-top: 1em;
|
178
|
+
padding-bottom: 0.5em;
|
179
|
+
font-weight: bold;
|
180
|
+
}
|
181
|
+
|
182
|
+
.parameter
|
183
|
+
{
|
184
|
+
font-style: normal;
|
185
|
+
}
|
186
|
+
|
187
|
+
.footer
|
188
|
+
{
|
189
|
+
padding-top: 3.5em;
|
190
|
+
/* tango:aluminium 3 */
|
191
|
+
color: #babdb6;
|
192
|
+
text-align: center;
|
193
|
+
font-size: 80%;
|
194
|
+
}
|
195
|
+
|
196
|
+
.informalfigure,
|
197
|
+
.figure
|
198
|
+
{
|
199
|
+
margin: 1em;
|
200
|
+
}
|
201
|
+
|
202
|
+
.informalexample,
|
203
|
+
.example
|
204
|
+
{
|
205
|
+
margin-top: 1em;
|
206
|
+
margin-bottom: 1em;
|
207
|
+
}
|
208
|
+
|
209
|
+
.warning
|
210
|
+
{
|
211
|
+
/* tango:orange 0/1 */
|
212
|
+
background: #ffeed9;
|
213
|
+
background: rgba(252, 175, 62, 0.1);
|
214
|
+
border-color: #ffb04f;
|
215
|
+
border-color: rgba(252, 175, 62, 0.2);
|
216
|
+
}
|
217
|
+
.note
|
218
|
+
{
|
219
|
+
/* tango:chameleon 0/0.5 */
|
220
|
+
background: #d8ffb2;
|
221
|
+
background: rgba(138, 226, 52, 0.1);
|
222
|
+
border-color: #abf562;
|
223
|
+
border-color: rgba(138, 226, 52, 0.2);
|
224
|
+
}
|
225
|
+
div.blockquote
|
226
|
+
{
|
227
|
+
border-color: #eeeeec;
|
228
|
+
}
|
229
|
+
.note, .warning, div.blockquote
|
230
|
+
{
|
231
|
+
padding: 0.5em;
|
232
|
+
border-width: 1px;
|
233
|
+
border-style: solid;
|
234
|
+
margin: 2em;
|
235
|
+
}
|
236
|
+
.note p, .warning p
|
237
|
+
{
|
238
|
+
margin: 0;
|
239
|
+
}
|
240
|
+
|
241
|
+
div.warning h3.title,
|
242
|
+
div.note h3.title
|
243
|
+
{
|
244
|
+
display: none;
|
245
|
+
}
|
246
|
+
|
247
|
+
p + div.section
|
248
|
+
{
|
249
|
+
margin-top: 1em;
|
250
|
+
}
|
251
|
+
|
252
|
+
div.refnamediv,
|
253
|
+
div.refsynopsisdiv,
|
254
|
+
div.refsect1,
|
255
|
+
div.refsect2,
|
256
|
+
div.toc,
|
257
|
+
div.section
|
258
|
+
{
|
259
|
+
margin-bottom: 1em;
|
260
|
+
}
|
261
|
+
|
262
|
+
/* blob links */
|
263
|
+
h2 .extralinks, h3 .extralinks
|
264
|
+
{
|
265
|
+
float: right;
|
266
|
+
/* tango:aluminium 3 */
|
267
|
+
color: #babdb6;
|
268
|
+
font-size: 80%;
|
269
|
+
font-weight: normal;
|
270
|
+
}
|
271
|
+
|
272
|
+
.lineart
|
273
|
+
{
|
274
|
+
color: #d3d7cf;
|
275
|
+
font-weight: normal;
|
276
|
+
}
|
277
|
+
|
278
|
+
.annotation
|
279
|
+
{
|
280
|
+
/* tango:aluminium 5 */
|
281
|
+
color: #555753;
|
282
|
+
font-weight: normal;
|
283
|
+
}
|
284
|
+
|
285
|
+
.structfield
|
286
|
+
{
|
287
|
+
font-style: normal;
|
288
|
+
font-weight: normal;
|
289
|
+
}
|
290
|
+
|
291
|
+
acronym,abbr
|
292
|
+
{
|
293
|
+
border-bottom: 1px dotted gray;
|
294
|
+
}
|
295
|
+
|
296
|
+
/* code listings */
|
297
|
+
|
298
|
+
.listing_code .programlisting .normal,
|
299
|
+
.listing_code .programlisting .normal a,
|
300
|
+
.listing_code .programlisting .number,
|
301
|
+
.listing_code .programlisting .cbracket,
|
302
|
+
.listing_code .programlisting .symbol { color: #555753; }
|
303
|
+
.listing_code .programlisting .comment,
|
304
|
+
.listing_code .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */
|
305
|
+
.listing_code .programlisting .function,
|
306
|
+
.listing_code .programlisting .function a,
|
307
|
+
.listing_code .programlisting .preproc { color: #204a87; } /* tango: sky blue 3 */
|
308
|
+
.listing_code .programlisting .string { color: #ad7fa8; } /* tango: plum */
|
309
|
+
.listing_code .programlisting .keyword,
|
310
|
+
.listing_code .programlisting .usertype,
|
311
|
+
.listing_code .programlisting .type,
|
312
|
+
.listing_code .programlisting .type a { color: #4e9a06; } /* tango: chameleon 3 */
|
313
|
+
|
314
|
+
.listing_frame {
|
315
|
+
/* tango:sky blue 1 */
|
316
|
+
border: solid 1px #729fcf;
|
317
|
+
border: solid 1px rgba(114, 159, 207, 0.2);
|
318
|
+
padding: 0px;
|
319
|
+
}
|
320
|
+
|
321
|
+
.listing_lines, .listing_code {
|
322
|
+
margin-top: 0px;
|
323
|
+
margin-bottom: 0px;
|
324
|
+
padding: 0.5em;
|
325
|
+
}
|
326
|
+
.listing_lines {
|
327
|
+
/* tango:sky blue 0.5 */
|
328
|
+
background: #a6c5e3;
|
329
|
+
background: rgba(114, 159, 207, 0.2);
|
330
|
+
/* tango:aluminium 6 */
|
331
|
+
color: #2e3436;
|
332
|
+
}
|
333
|
+
.listing_code {
|
334
|
+
/* tango:sky blue 0 */
|
335
|
+
background: #e6f3ff;
|
336
|
+
background: rgba(114, 159, 207, 0.1);
|
337
|
+
}
|
338
|
+
.listing_code .programlisting {
|
339
|
+
/* override from previous */
|
340
|
+
border: none 0px;
|
341
|
+
padding: 0px;
|
342
|
+
background: none;
|
343
|
+
}
|
344
|
+
.listing_lines pre, .listing_code pre {
|
345
|
+
margin: 0px;
|
346
|
+
}
|
347
|
+
|
348
|
+
@media screen {
|
349
|
+
sup a.footnote
|
350
|
+
{
|
351
|
+
position: relative;
|
352
|
+
top: 0em ! important;
|
353
|
+
}
|
354
|
+
/* this is needed so that the local anchors are displayed below the naviagtion */
|
355
|
+
div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
|
356
|
+
{
|
357
|
+
display: inline-block;
|
358
|
+
position: relative;
|
359
|
+
top:-5em;
|
360
|
+
}
|
361
|
+
/* this seems to be a bug in the xsl style sheets when generating indexes */
|
362
|
+
div.index div.index
|
363
|
+
{
|
364
|
+
top: 0em;
|
365
|
+
}
|
366
|
+
/* make space for the fixed navigation bar and add space at the bottom so that
|
367
|
+
* link targets appear somewhat close to top
|
368
|
+
*/
|
369
|
+
body
|
370
|
+
{
|
371
|
+
padding-top: 2.5em;
|
372
|
+
padding-bottom: 500px;
|
373
|
+
max-width: 60em;
|
374
|
+
}
|
375
|
+
p
|
376
|
+
{
|
377
|
+
max-width: 60em;
|
378
|
+
}
|
379
|
+
/* style and size the navigation bar */
|
380
|
+
table.navigation#top
|
381
|
+
{
|
382
|
+
position: fixed;
|
383
|
+
background: #e2e2e2;
|
384
|
+
border-bottom: solid 1px #babdb6;
|
385
|
+
border-spacing: 5px;
|
386
|
+
margin-top: 0;
|
387
|
+
margin-bottom: 0;
|
388
|
+
top: 0;
|
389
|
+
left: 0;
|
390
|
+
z-index: 10;
|
391
|
+
}
|
392
|
+
table.navigation#top td
|
393
|
+
{
|
394
|
+
padding-left: 6px;
|
395
|
+
padding-right: 6px;
|
396
|
+
}
|
397
|
+
.navigation a, .navigation a:visited
|
398
|
+
{
|
399
|
+
/* tango:sky blue 3 */
|
400
|
+
color: #204a87;
|
401
|
+
}
|
402
|
+
.navigation a:hover
|
403
|
+
{
|
404
|
+
/* tango:sky blue 2 */
|
405
|
+
color: #3465a4;
|
406
|
+
}
|
407
|
+
td.shortcuts
|
408
|
+
{
|
409
|
+
/* tango:sky blue 2 */
|
410
|
+
color: #3465a4;
|
411
|
+
font-size: 80%;
|
412
|
+
white-space: nowrap;
|
413
|
+
}
|
414
|
+
td.shortcuts .dim
|
415
|
+
{
|
416
|
+
color: #babdb6;
|
417
|
+
}
|
418
|
+
.navigation .title
|
419
|
+
{
|
420
|
+
font-size: 80%;
|
421
|
+
max-width: none;
|
422
|
+
margin: 0px;
|
423
|
+
font-weight: normal;
|
424
|
+
}
|
425
|
+
}
|
426
|
+
@media screen and (min-width: 60em) {
|
427
|
+
/* screen larger than 60em */
|
428
|
+
body { margin: auto; }
|
429
|
+
}
|
430
|
+
@media screen and (max-width: 60em) {
|
431
|
+
/* screen less than 60em */
|
432
|
+
#nav_hierarchy { display: none; }
|
433
|
+
#nav_interfaces { display: none; }
|
434
|
+
#nav_prerequisites { display: none; }
|
435
|
+
#nav_derived_interfaces { display: none; }
|
436
|
+
#nav_implementations { display: none; }
|
437
|
+
#nav_child_properties { display: none; }
|
438
|
+
#nav_style_properties { display: none; }
|
439
|
+
#nav_index { display: none; }
|
440
|
+
#nav_glossary { display: none; }
|
441
|
+
.gallery_image { display: none; }
|
442
|
+
.property_flags { display: none; }
|
443
|
+
.signal_flags { display: none; }
|
444
|
+
.parameter_annotations { display: none; }
|
445
|
+
.enum_member_annotations { display: none; }
|
446
|
+
.struct_member_annotations { display: none; }
|
447
|
+
.union_member_annotations { display: none; }
|
448
|
+
/* now that a column is hidden, optimize space */
|
449
|
+
col.parameters_name { width: auto; }
|
450
|
+
col.parameters_description { width: auto; }
|
451
|
+
col.struct_members_name { width: auto; }
|
452
|
+
col.struct_members_description { width: auto; }
|
453
|
+
col.enum_members_name { width: auto; }
|
454
|
+
col.enum_members_description { width: auto; }
|
455
|
+
col.union_members_name { width: auto; }
|
456
|
+
col.union_members_description { width: auto; }
|
457
|
+
.listing_lines { display: none; }
|
458
|
+
}
|
459
|
+
@media print {
|
460
|
+
table.navigation {
|
461
|
+
visibility: collapse;
|
462
|
+
display: none;
|
463
|
+
}
|
464
|
+
div.titlepage table.navigation {
|
465
|
+
visibility: visible;
|
466
|
+
display: table;
|
467
|
+
background: #e2e2e2;
|
468
|
+
border: solid 1px #babdb6;
|
469
|
+
margin-top: 0;
|
470
|
+
margin-bottom: 0;
|
471
|
+
top: 0;
|
472
|
+
left: 0;
|
473
|
+
height: 3em;
|
474
|
+
}
|
475
|
+
}
|
476
|
+
|