~swem/totem/assignment

« back to all changes in this revision

Viewing changes to docs/reference/html/BaconVideoWidget.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-02-25 19:11:33 UTC
  • mfrom: (1.4.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100225191133-7bonpywglovrzohq
Tags: 2.29.91-1
* New upstream development release:
  + debian/patches/90_autotools.patch:
    - Refreshed for the new version.
  + debian/control.in:
    - Update build dependencies and dependencies.
* debian/patches/99_gst-bus_flush.patch:
  + Patch from upstream GIT to fix automatic codec installation
    and random errors showing up from previous tracks.
* debian/control.in:
  + Add ATK build dependency to allow buildds to actually install
    the correct version instead of producing an error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
>gboolean</a>            <a class="link" href="BaconVideoWidget.html#bacon-video-widget-seek-time" title="bacon_video_widget_seek_time ()">bacon_video_widget_seek_time</a>        (<a class="link" href="BaconVideoWidget.html" title="BaconVideoWidget">BaconVideoWidget</a> *bvw,
104
104
                                                         <a
105
105
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint64"
106
 
>gint64</a> time,
 
106
>gint64</a> _time,
107
107
                                                         <a
108
108
href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"
109
109
>GError</a> **error);
152
152
void                <a class="link" href="BaconVideoWidget.html#bacon-video-widget-set-connection-speed" title="bacon_video_widget_set_connection_speed ()">bacon_video_widget_set_connection_speed</a>
153
153
                                                        (<a class="link" href="BaconVideoWidget.html" title="BaconVideoWidget">BaconVideoWidget</a> *bvw,
154
154
                                                         int speed);
155
 
<a
156
 
href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
157
 
>GdkPixbuf</a> *         <a class="link" href="BaconVideoWidget.html#bacon-video-widget-get-current-frame" title="bacon_video_widget_get_current_frame ()">bacon_video_widget_get_current_frame</a>
 
155
GdkPixbuf *         <a class="link" href="BaconVideoWidget.html#bacon-video-widget-get-current-frame" title="bacon_video_widget_get_current_frame ()">bacon_video_widget_get_current_frame</a>
158
156
                                                        (<a class="link" href="BaconVideoWidget.html" title="BaconVideoWidget">BaconVideoWidget</a> *bvw);
159
157
<a
160
158
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint64"
295
293
   +----<a
296
294
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
297
295
>GInitiallyUnowned</a>
298
 
         +----<a
299
 
href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html"
300
 
>GtkObject</a>
 
296
         +----GtkObject
301
297
               +----GtkWidget
302
 
                     +----<a
303
 
href="http://library.gnome.org/devel/gtk/unstable/GtkContainer.html"
304
 
>GtkContainer</a>
305
 
                           +----<a
306
 
href="http://library.gnome.org/devel/gtk/unstable/GtkBin.html"
307
 
>GtkBin</a>
308
 
                                 +----<a
309
 
href="http://library.gnome.org/devel/gtk/unstable/GtkEventBox.html"
310
 
>GtkEventBox</a>
 
298
                     +----GtkContainer
 
299
                           +----GtkBin
 
300
                                 +----GtkEventBox
311
301
                                       +----BaconVideoWidget
312
302
</pre>
313
303
</div>
315
305
<a name="BaconVideoWidget.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
316
306
<p>
317
307
BaconVideoWidget implements
318
 
 AtkImplementorIface and  <a
319
 
href="http://library.gnome.org/devel/gtk/unstable/gtk-gtkbuildable.html#GtkBuildable"
320
 
>GtkBuildable</a>.</p>
 
308
 AtkImplementorIface and  GtkBuildable.</p>
321
309
</div>
322
310
<div class="refsect1" title="Properties">
323
311
<a name="BaconVideoWidget.properties"></a><h2>Properties</h2>
691
679
</tr>
692
680
<tr>
693
681
<td><p><a name="BVW-INFO-COVER--CAPS"></a><span class="term"><code class="literal">BVW_INFO_COVER</code></span></p></td>
694
 
<td> a <a
695
 
href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
696
 
><span class="type">GdkPixbuf</span></a> of the cover artwork
 
682
<td> a <span class="type">GdkPixbuf</span> of the cover artwork
697
683
</td>
698
684
</tr>
699
685
<tr>
1300
1286
>gboolean</a>            bacon_video_widget_seek_time        (<a class="link" href="BaconVideoWidget.html" title="BaconVideoWidget">BaconVideoWidget</a> *bvw,
1301
1287
                                                         <a
1302
1288
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint64"
1303
 
>gint64</a> time,
 
1289
>gint64</a> _time,
1304
1290
                                                         <a
1305
1291
href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"
1306
1292
>GError</a> **error);</pre>
1317
1303
</td>
1318
1304
</tr>
1319
1305
<tr>
1320
 
<td><p><span class="term"><em class="parameter"><code>time</code></em> :</span></p></td>
 
1306
<td><p><span class="term"><em class="parameter"><code>_time</code></em> :</span></p></td>
1321
1307
<td> the time to which to seek, in milliseconds
1322
1308
</td>
1323
1309
</tr>
1802
1788
<hr>
1803
1789
<div class="refsect2" title="bacon_video_widget_get_current_frame ()">
1804
1790
<a name="bacon-video-widget-get-current-frame"></a><h3>bacon_video_widget_get_current_frame ()</h3>
1805
 
<pre class="programlisting"><a
1806
 
href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
1807
 
>GdkPixbuf</a> *         bacon_video_widget_get_current_frame
 
1791
<pre class="programlisting">GdkPixbuf *         bacon_video_widget_get_current_frame
1808
1792
                                                        (<a class="link" href="BaconVideoWidget.html" title="BaconVideoWidget">BaconVideoWidget</a> *bvw);</pre>
1809
1793
<p>
1810
 
Returns a <a
1811
 
href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
1812
 
><span class="type">GdkPixbuf</span></a> containing the current frame from the playing
 
1794
Returns a <span class="type">GdkPixbuf</span> containing the current frame from the playing
1813
1795
stream. This will wait for any pending seeks to complete before
1814
1796
capturing the frame.</p>
1815
1797
<p>