~ubuntu-branches/ubuntu/lucid/totem/lucid-proposed

« back to all changes in this revision

Viewing changes to docs/reference/html/totem.devhelp2

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt, Martin Pitt, Loïc Minier
  • Date: 2010-04-28 15:58:47 UTC
  • mfrom: (1.11.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100428155847-k34676w2z84m2no1
Tags: 2.30.1-0ubuntu1
[ Martin Pitt ]
* New upstream bug fix release. Changes since our last git snapshot:
  - Fix crashes on exit.
  - Fix possible crasher when PyGTK isn't available. (LP: #367573)
  - Require gstreamer 0.10.28.1 for queue2 fixes.
  - Fix Youtube search lasting forever while playing Video. (LP: #559862)
  - Fix artifacts or black screen when paused. (LP: #535426)
  - Translation updates.
* 90_autotools.patch: Refresh for new upstream version.
* 90_autotools.patch: Revert upstream change of bumping gstreamer
  dependency to 0.10.28.1; set it back to 0.10.28. There are no queue2
  related changes in totem since our previous git snapshot, so this can't
  make a difference.

[ Loïc Minier ]
* totem.preinst: Actually remove alternatives by checking for action
  "upgrade" instead of "configure" which isn't used with preinsts; bump
  version to 2.30.0git20100413-0ubuntu2 for that to be effective.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
    <sub name="Index of deprecated symbols" link="api-index-deprecated.html"/>
20
20
  </chapters>
21
21
  <functions>
22
 
    <keyword type="" name="Locations" link="totem-plugins.html#id2693838"/>
23
 
    <keyword type="" name="The .totem-plugin File" link="totem-plugins.html#id2682136"/>
24
 
    <keyword type="" name="Writing a Plugin" link="totem-plugins.html#id2691322"/>
 
22
    <keyword type="" name="Locations" link="totem-plugins.html#id481768"/>
 
23
    <keyword type="" name="The .totem-plugin File" link="totem-plugins.html#id479584"/>
 
24
    <keyword type="" name="Writing a Plugin" link="totem-plugins.html#id502940"/>
25
25
    <keyword type="typedef" name="Totem" link="TotemObject.html#Totem"/>
26
26
    <keyword type="struct" name="TotemObject" link="TotemObject.html#TotemObject-struct"/>
27
27
    <keyword type="struct" name="TotemObjectClass" link="TotemObject.html#TotemObjectClass"/>
28
28
    <keyword type="enum" name="enum TotemRemoteCommand" link="TotemObject.html#TotemRemoteCommand"/>
29
29
    <keyword type="enum" name="enum TotemRemoteSetting" link="TotemObject.html#TotemRemoteSetting"/>
30
 
    <keyword type="macro" name="TOTEM_GCONF_PREFIX" link="TotemObject.html#TOTEM-GCONF-PREFIX:CAPS"/>
 
30
    <keyword type="macro" name="TOTEM_GCONF_PREFIX" link="TotemObject.html#TOTEM-GCONF-PREFIX--CAPS"/>
31
31
    <keyword type="function" name="totem_object_plugins_init ()" link="TotemObject.html#totem-object-plugins-init"/>
32
32
    <keyword type="function" name="totem_object_plugins_shutdown ()" link="TotemObject.html#totem-object-plugins-shutdown"/>
33
33
    <keyword type="function" name="totem_file_opened ()" link="TotemObject.html#totem-file-opened"/>
98
98
    <keyword type="function" name="TotemPluginActivationFunc ()" link="TotemPlugin.html#TotemPluginActivationFunc"/>
99
99
    <keyword type="function" name="TotemPluginDeactivationFunc ()" link="TotemPlugin.html#TotemPluginDeactivationFunc"/>
100
100
    <keyword type="function" name="TotemPluginWidgetFunc ()" link="TotemPlugin.html#TotemPluginWidgetFunc"/>
101
 
    <keyword type="macro" name="TOTEM_PLUGIN_DEFINE_TYPE()" link="TotemPlugin.html#TOTEM-PLUGIN-DEFINE-TYPE:CAPS"/>
102
 
    <keyword type="macro" name="TOTEM_PLUGIN_REGISTER()" link="TotemPlugin.html#TOTEM-PLUGIN-REGISTER:CAPS"/>
103
 
    <keyword type="macro" name="TOTEM_PLUGIN_REGISTER_EXTENDED()" link="TotemPlugin.html#TOTEM-PLUGIN-REGISTER-EXTENDED:CAPS"/>
104
 
    <keyword type="macro" name="TOTEM_PLUGIN_REGISTER_TYPE()" link="TotemPlugin.html#TOTEM-PLUGIN-REGISTER-TYPE:CAPS"/>
 
101
    <keyword type="macro" name="TOTEM_PLUGIN_DEFINE_TYPE()" link="TotemPlugin.html#TOTEM-PLUGIN-DEFINE-TYPE--CAPS"/>
 
102
    <keyword type="macro" name="TOTEM_PLUGIN_REGISTER()" link="TotemPlugin.html#TOTEM-PLUGIN-REGISTER--CAPS"/>
 
103
    <keyword type="macro" name="TOTEM_PLUGIN_REGISTER_EXTENDED()" link="TotemPlugin.html#TOTEM-PLUGIN-REGISTER-EXTENDED--CAPS"/>
 
104
    <keyword type="macro" name="TOTEM_PLUGIN_REGISTER_TYPE()" link="TotemPlugin.html#TOTEM-PLUGIN-REGISTER-TYPE--CAPS"/>
105
105
    <keyword type="function" name="totem_plugin_activate ()" link="TotemPlugin.html#totem-plugin-activate"/>
106
106
    <keyword type="function" name="totem_plugin_deactivate ()" link="TotemPlugin.html#totem-plugin-deactivate"/>
107
107
    <keyword type="function" name="totem_plugin_create_configure_dialog ()" link="TotemPlugin.html#totem-plugin-create-configure-dialog"/>
219
219
    <keyword type="property" name="The &quot;thumbnail&quot; property" link="TotemCellRendererVideo.html#TotemCellRendererVideo--thumbnail"/>
220
220
    <keyword type="property" name="The &quot;title&quot; property" link="TotemCellRendererVideo.html#TotemCellRendererVideo--title"/>
221
221
    <keyword type="property" name="The &quot;use-placeholder&quot; property" link="TotemCellRendererVideo.html#TotemCellRendererVideo--use-placeholder"/>
222
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_UNKNOWN" link="TotemObject.html#TOTEM-REMOTE-COMMAND-UNKNOWN:CAPS"/>
223
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_PLAY" link="TotemObject.html#TOTEM-REMOTE-COMMAND-PLAY:CAPS"/>
224
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_PAUSE" link="TotemObject.html#TOTEM-REMOTE-COMMAND-PAUSE:CAPS"/>
225
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_STOP" link="TotemObject.html#TOTEM-REMOTE-COMMAND-STOP:CAPS"/>
226
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_PLAYPAUSE" link="TotemObject.html#TOTEM-REMOTE-COMMAND-PLAYPAUSE:CAPS"/>
227
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_NEXT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-NEXT:CAPS"/>
228
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_PREVIOUS" link="TotemObject.html#TOTEM-REMOTE-COMMAND-PREVIOUS:CAPS"/>
229
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_SEEK_FORWARD" link="TotemObject.html#TOTEM-REMOTE-COMMAND-SEEK-FORWARD:CAPS"/>
230
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_SEEK_BACKWARD" link="TotemObject.html#TOTEM-REMOTE-COMMAND-SEEK-BACKWARD:CAPS"/>
231
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_VOLUME_UP" link="TotemObject.html#TOTEM-REMOTE-COMMAND-VOLUME-UP:CAPS"/>
232
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_VOLUME_DOWN" link="TotemObject.html#TOTEM-REMOTE-COMMAND-VOLUME-DOWN:CAPS"/>
233
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_FULLSCREEN" link="TotemObject.html#TOTEM-REMOTE-COMMAND-FULLSCREEN:CAPS"/>
234
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_QUIT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-QUIT:CAPS"/>
235
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_ENQUEUE" link="TotemObject.html#TOTEM-REMOTE-COMMAND-ENQUEUE:CAPS"/>
236
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_REPLACE" link="TotemObject.html#TOTEM-REMOTE-COMMAND-REPLACE:CAPS"/>
237
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_SHOW" link="TotemObject.html#TOTEM-REMOTE-COMMAND-SHOW:CAPS"/>
238
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_TOGGLE_CONTROLS" link="TotemObject.html#TOTEM-REMOTE-COMMAND-TOGGLE-CONTROLS:CAPS"/>
239
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_UP" link="TotemObject.html#TOTEM-REMOTE-COMMAND-UP:CAPS"/>
240
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_DOWN" link="TotemObject.html#TOTEM-REMOTE-COMMAND-DOWN:CAPS"/>
241
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_LEFT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-LEFT:CAPS"/>
242
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_RIGHT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-RIGHT:CAPS"/>
243
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_SELECT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-SELECT:CAPS"/>
244
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_DVD_MENU" link="TotemObject.html#TOTEM-REMOTE-COMMAND-DVD-MENU:CAPS"/>
245
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_ZOOM_UP" link="TotemObject.html#TOTEM-REMOTE-COMMAND-ZOOM-UP:CAPS"/>
246
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_ZOOM_DOWN" link="TotemObject.html#TOTEM-REMOTE-COMMAND-ZOOM-DOWN:CAPS"/>
247
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_EJECT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-EJECT:CAPS"/>
248
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_PLAY_DVD" link="TotemObject.html#TOTEM-REMOTE-COMMAND-PLAY-DVD:CAPS"/>
249
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_MUTE" link="TotemObject.html#TOTEM-REMOTE-COMMAND-MUTE:CAPS"/>
250
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_TOGGLE_ASPECT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-TOGGLE-ASPECT:CAPS"/>
251
 
    <keyword type="constant" name="TOTEM_REMOTE_SETTING_SHUFFLE" link="TotemObject.html#TOTEM-REMOTE-SETTING-SHUFFLE:CAPS"/>
252
 
    <keyword type="constant" name="TOTEM_REMOTE_SETTING_REPEAT" link="TotemObject.html#TOTEM-REMOTE-SETTING-REPEAT:CAPS"/>
253
 
    <keyword type="constant" name="TOTEM_PLUGIN_ERROR_ACTIVATION" link="TotemPlugin.html#TOTEM-PLUGIN-ERROR-ACTIVATION:CAPS"/>
254
 
    <keyword type="constant" name="BVW_RATIO_AUTO" link="BaconVideoWidget.html#BVW-RATIO-AUTO:CAPS"/>
255
 
    <keyword type="constant" name="BVW_RATIO_SQUARE" link="BaconVideoWidget.html#BVW-RATIO-SQUARE:CAPS"/>
256
 
    <keyword type="constant" name="BVW_RATIO_FOURBYTHREE" link="BaconVideoWidget.html#BVW-RATIO-FOURBYTHREE:CAPS"/>
257
 
    <keyword type="constant" name="BVW_RATIO_ANAMORPHIC" link="BaconVideoWidget.html#BVW-RATIO-ANAMORPHIC:CAPS"/>
258
 
    <keyword type="constant" name="BVW_RATIO_DVB" link="BaconVideoWidget.html#BVW-RATIO-DVB:CAPS"/>
259
 
    <keyword type="constant" name="BVW_AUDIO_SOUND_STEREO" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-STEREO:CAPS"/>
260
 
    <keyword type="constant" name="BVW_AUDIO_SOUND_4CHANNEL" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-4CHANNEL:CAPS"/>
261
 
    <keyword type="constant" name="BVW_AUDIO_SOUND_41CHANNEL" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-41CHANNEL:CAPS"/>
262
 
    <keyword type="constant" name="BVW_AUDIO_SOUND_5CHANNEL" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-5CHANNEL:CAPS"/>
263
 
    <keyword type="constant" name="BVW_AUDIO_SOUND_51CHANNEL" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-51CHANNEL:CAPS"/>
264
 
    <keyword type="constant" name="BVW_AUDIO_SOUND_AC3PASSTHRU" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-AC3PASSTHRU:CAPS"/>
265
 
    <keyword type="constant" name="BVW_DVD_ROOT_MENU" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU:CAPS"/>
266
 
    <keyword type="constant" name="BVW_DVD_TITLE_MENU" link="BaconVideoWidget.html#BVW-DVD-TITLE-MENU:CAPS"/>
267
 
    <keyword type="constant" name="BVW_DVD_SUBPICTURE_MENU" link="BaconVideoWidget.html#BVW-DVD-SUBPICTURE-MENU:CAPS"/>
268
 
    <keyword type="constant" name="BVW_DVD_AUDIO_MENU" link="BaconVideoWidget.html#BVW-DVD-AUDIO-MENU:CAPS"/>
269
 
    <keyword type="constant" name="BVW_DVD_ANGLE_MENU" link="BaconVideoWidget.html#BVW-DVD-ANGLE-MENU:CAPS"/>
270
 
    <keyword type="constant" name="BVW_DVD_CHAPTER_MENU" link="BaconVideoWidget.html#BVW-DVD-CHAPTER-MENU:CAPS"/>
271
 
    <keyword type="constant" name="BVW_DVD_NEXT_CHAPTER" link="BaconVideoWidget.html#BVW-DVD-NEXT-CHAPTER:CAPS"/>
272
 
    <keyword type="constant" name="BVW_DVD_PREV_CHAPTER" link="BaconVideoWidget.html#BVW-DVD-PREV-CHAPTER:CAPS"/>
273
 
    <keyword type="constant" name="BVW_DVD_NEXT_TITLE" link="BaconVideoWidget.html#BVW-DVD-NEXT-TITLE:CAPS"/>
274
 
    <keyword type="constant" name="BVW_DVD_PREV_TITLE" link="BaconVideoWidget.html#BVW-DVD-PREV-TITLE:CAPS"/>
275
 
    <keyword type="constant" name="BVW_DVD_NEXT_ANGLE" link="BaconVideoWidget.html#BVW-DVD-NEXT-ANGLE:CAPS"/>
276
 
    <keyword type="constant" name="BVW_DVD_PREV_ANGLE" link="BaconVideoWidget.html#BVW-DVD-PREV-ANGLE:CAPS"/>
277
 
    <keyword type="constant" name="BVW_DVD_ROOT_MENU_UP" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU-UP:CAPS"/>
278
 
    <keyword type="constant" name="BVW_DVD_ROOT_MENU_DOWN" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU-DOWN:CAPS"/>
279
 
    <keyword type="constant" name="BVW_DVD_ROOT_MENU_LEFT" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU-LEFT:CAPS"/>
280
 
    <keyword type="constant" name="BVW_DVD_ROOT_MENU_RIGHT" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU-RIGHT:CAPS"/>
281
 
    <keyword type="constant" name="BVW_DVD_ROOT_MENU_SELECT" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU-SELECT:CAPS"/>
282
 
    <keyword type="constant" name="BVW_INFO_TITLE" link="BaconVideoWidget.html#BVW-INFO-TITLE:CAPS"/>
283
 
    <keyword type="constant" name="BVW_INFO_ARTIST" link="BaconVideoWidget.html#BVW-INFO-ARTIST:CAPS"/>
284
 
    <keyword type="constant" name="BVW_INFO_YEAR" link="BaconVideoWidget.html#BVW-INFO-YEAR:CAPS"/>
285
 
    <keyword type="constant" name="BVW_INFO_COMMENT" link="BaconVideoWidget.html#BVW-INFO-COMMENT:CAPS"/>
286
 
    <keyword type="constant" name="BVW_INFO_ALBUM" link="BaconVideoWidget.html#BVW-INFO-ALBUM:CAPS"/>
287
 
    <keyword type="constant" name="BVW_INFO_DURATION" link="BaconVideoWidget.html#BVW-INFO-DURATION:CAPS"/>
288
 
    <keyword type="constant" name="BVW_INFO_TRACK_NUMBER" link="BaconVideoWidget.html#BVW-INFO-TRACK-NUMBER:CAPS"/>
289
 
    <keyword type="constant" name="BVW_INFO_COVER" link="BaconVideoWidget.html#BVW-INFO-COVER:CAPS"/>
290
 
    <keyword type="constant" name="BVW_INFO_HAS_VIDEO" link="BaconVideoWidget.html#BVW-INFO-HAS-VIDEO:CAPS"/>
291
 
    <keyword type="constant" name="BVW_INFO_DIMENSION_X" link="BaconVideoWidget.html#BVW-INFO-DIMENSION-X:CAPS"/>
292
 
    <keyword type="constant" name="BVW_INFO_DIMENSION_Y" link="BaconVideoWidget.html#BVW-INFO-DIMENSION-Y:CAPS"/>
293
 
    <keyword type="constant" name="BVW_INFO_VIDEO_BITRATE" link="BaconVideoWidget.html#BVW-INFO-VIDEO-BITRATE:CAPS"/>
294
 
    <keyword type="constant" name="BVW_INFO_VIDEO_CODEC" link="BaconVideoWidget.html#BVW-INFO-VIDEO-CODEC:CAPS"/>
295
 
    <keyword type="constant" name="BVW_INFO_FPS" link="BaconVideoWidget.html#BVW-INFO-FPS:CAPS"/>
296
 
    <keyword type="constant" name="BVW_INFO_HAS_AUDIO" link="BaconVideoWidget.html#BVW-INFO-HAS-AUDIO:CAPS"/>
297
 
    <keyword type="constant" name="BVW_INFO_AUDIO_BITRATE" link="BaconVideoWidget.html#BVW-INFO-AUDIO-BITRATE:CAPS"/>
298
 
    <keyword type="constant" name="BVW_INFO_AUDIO_CODEC" link="BaconVideoWidget.html#BVW-INFO-AUDIO-CODEC:CAPS"/>
299
 
    <keyword type="constant" name="BVW_INFO_AUDIO_SAMPLE_RATE" link="BaconVideoWidget.html#BVW-INFO-AUDIO-SAMPLE-RATE:CAPS"/>
300
 
    <keyword type="constant" name="BVW_INFO_AUDIO_CHANNELS" link="BaconVideoWidget.html#BVW-INFO-AUDIO-CHANNELS:CAPS"/>
301
 
    <keyword type="constant" name="VISUAL_SMALL" link="BaconVideoWidget.html#VISUAL-SMALL:CAPS"/>
302
 
    <keyword type="constant" name="VISUAL_NORMAL" link="BaconVideoWidget.html#VISUAL-NORMAL:CAPS"/>
303
 
    <keyword type="constant" name="VISUAL_LARGE" link="BaconVideoWidget.html#VISUAL-LARGE:CAPS"/>
304
 
    <keyword type="constant" name="VISUAL_EXTRA_LARGE" link="BaconVideoWidget.html#VISUAL-EXTRA-LARGE:CAPS"/>
305
 
    <keyword type="constant" name="NUM_VISUAL_QUALITIES" link="BaconVideoWidget.html#NUM-VISUAL-QUALITIES:CAPS"/>
306
 
    <keyword type="constant" name="BVW_VIDEO_BRIGHTNESS" link="BaconVideoWidget.html#BVW-VIDEO-BRIGHTNESS:CAPS"/>
307
 
    <keyword type="constant" name="BVW_VIDEO_CONTRAST" link="BaconVideoWidget.html#BVW-VIDEO-CONTRAST:CAPS"/>
308
 
    <keyword type="constant" name="BVW_VIDEO_SATURATION" link="BaconVideoWidget.html#BVW-VIDEO-SATURATION:CAPS"/>
309
 
    <keyword type="constant" name="BVW_VIDEO_HUE" link="BaconVideoWidget.html#BVW-VIDEO-HUE:CAPS"/>
310
 
    <keyword type="constant" name="BVW_ERROR_AUDIO_PLUGIN" link="BaconVideoWidget.html#BVW-ERROR-AUDIO-PLUGIN:CAPS"/>
311
 
    <keyword type="constant" name="BVW_ERROR_NO_PLUGIN_FOR_FILE" link="BaconVideoWidget.html#BVW-ERROR-NO-PLUGIN-FOR-FILE:CAPS"/>
312
 
    <keyword type="constant" name="BVW_ERROR_VIDEO_PLUGIN" link="BaconVideoWidget.html#BVW-ERROR-VIDEO-PLUGIN:CAPS"/>
313
 
    <keyword type="constant" name="BVW_ERROR_AUDIO_BUSY" link="BaconVideoWidget.html#BVW-ERROR-AUDIO-BUSY:CAPS"/>
314
 
    <keyword type="constant" name="BVW_ERROR_BROKEN_FILE" link="BaconVideoWidget.html#BVW-ERROR-BROKEN-FILE:CAPS"/>
315
 
    <keyword type="constant" name="BVW_ERROR_FILE_GENERIC" link="BaconVideoWidget.html#BVW-ERROR-FILE-GENERIC:CAPS"/>
316
 
    <keyword type="constant" name="BVW_ERROR_FILE_PERMISSION" link="BaconVideoWidget.html#BVW-ERROR-FILE-PERMISSION:CAPS"/>
317
 
    <keyword type="constant" name="BVW_ERROR_FILE_ENCRYPTED" link="BaconVideoWidget.html#BVW-ERROR-FILE-ENCRYPTED:CAPS"/>
318
 
    <keyword type="constant" name="BVW_ERROR_FILE_NOT_FOUND" link="BaconVideoWidget.html#BVW-ERROR-FILE-NOT-FOUND:CAPS"/>
319
 
    <keyword type="constant" name="BVW_ERROR_DVD_ENCRYPTED" link="BaconVideoWidget.html#BVW-ERROR-DVD-ENCRYPTED:CAPS"/>
320
 
    <keyword type="constant" name="BVW_ERROR_INVALID_DEVICE" link="BaconVideoWidget.html#BVW-ERROR-INVALID-DEVICE:CAPS"/>
321
 
    <keyword type="constant" name="BVW_ERROR_DEVICE_BUSY" link="BaconVideoWidget.html#BVW-ERROR-DEVICE-BUSY:CAPS"/>
322
 
    <keyword type="constant" name="BVW_ERROR_UNKNOWN_HOST" link="BaconVideoWidget.html#BVW-ERROR-UNKNOWN-HOST:CAPS"/>
323
 
    <keyword type="constant" name="BVW_ERROR_NETWORK_UNREACHABLE" link="BaconVideoWidget.html#BVW-ERROR-NETWORK-UNREACHABLE:CAPS"/>
324
 
    <keyword type="constant" name="BVW_ERROR_CONNECTION_REFUSED" link="BaconVideoWidget.html#BVW-ERROR-CONNECTION-REFUSED:CAPS"/>
325
 
    <keyword type="constant" name="BVW_ERROR_INVALID_LOCATION" link="BaconVideoWidget.html#BVW-ERROR-INVALID-LOCATION:CAPS"/>
326
 
    <keyword type="constant" name="BVW_ERROR_GENERIC" link="BaconVideoWidget.html#BVW-ERROR-GENERIC:CAPS"/>
327
 
    <keyword type="constant" name="BVW_ERROR_CODEC_NOT_HANDLED" link="BaconVideoWidget.html#BVW-ERROR-CODEC-NOT-HANDLED:CAPS"/>
328
 
    <keyword type="constant" name="BVW_ERROR_AUDIO_ONLY" link="BaconVideoWidget.html#BVW-ERROR-AUDIO-ONLY:CAPS"/>
329
 
    <keyword type="constant" name="BVW_ERROR_CANNOT_CAPTURE" link="BaconVideoWidget.html#BVW-ERROR-CANNOT-CAPTURE:CAPS"/>
330
 
    <keyword type="constant" name="BVW_ERROR_READ_ERROR" link="BaconVideoWidget.html#BVW-ERROR-READ-ERROR:CAPS"/>
331
 
    <keyword type="constant" name="BVW_ERROR_PLUGIN_LOAD" link="BaconVideoWidget.html#BVW-ERROR-PLUGIN-LOAD:CAPS"/>
332
 
    <keyword type="constant" name="BVW_ERROR_EMPTY_FILE" link="BaconVideoWidget.html#BVW-ERROR-EMPTY-FILE:CAPS"/>
333
 
    <keyword type="constant" name="BVW_USE_TYPE_VIDEO" link="BaconVideoWidget.html#BVW-USE-TYPE-VIDEO:CAPS"/>
334
 
    <keyword type="constant" name="BVW_USE_TYPE_AUDIO" link="BaconVideoWidget.html#BVW-USE-TYPE-AUDIO:CAPS"/>
335
 
    <keyword type="constant" name="BVW_USE_TYPE_CAPTURE" link="BaconVideoWidget.html#BVW-USE-TYPE-CAPTURE:CAPS"/>
336
 
    <keyword type="constant" name="BVW_USE_TYPE_METADATA" link="BaconVideoWidget.html#BVW-USE-TYPE-METADATA:CAPS"/>
 
222
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_UNKNOWN" link="TotemObject.html#TOTEM-REMOTE-COMMAND-UNKNOWN--CAPS"/>
 
223
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_PLAY" link="TotemObject.html#TOTEM-REMOTE-COMMAND-PLAY--CAPS"/>
 
224
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_PAUSE" link="TotemObject.html#TOTEM-REMOTE-COMMAND-PAUSE--CAPS"/>
 
225
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_STOP" link="TotemObject.html#TOTEM-REMOTE-COMMAND-STOP--CAPS"/>
 
226
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_PLAYPAUSE" link="TotemObject.html#TOTEM-REMOTE-COMMAND-PLAYPAUSE--CAPS"/>
 
227
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_NEXT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-NEXT--CAPS"/>
 
228
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_PREVIOUS" link="TotemObject.html#TOTEM-REMOTE-COMMAND-PREVIOUS--CAPS"/>
 
229
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_SEEK_FORWARD" link="TotemObject.html#TOTEM-REMOTE-COMMAND-SEEK-FORWARD--CAPS"/>
 
230
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_SEEK_BACKWARD" link="TotemObject.html#TOTEM-REMOTE-COMMAND-SEEK-BACKWARD--CAPS"/>
 
231
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_VOLUME_UP" link="TotemObject.html#TOTEM-REMOTE-COMMAND-VOLUME-UP--CAPS"/>
 
232
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_VOLUME_DOWN" link="TotemObject.html#TOTEM-REMOTE-COMMAND-VOLUME-DOWN--CAPS"/>
 
233
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_FULLSCREEN" link="TotemObject.html#TOTEM-REMOTE-COMMAND-FULLSCREEN--CAPS"/>
 
234
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_QUIT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-QUIT--CAPS"/>
 
235
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_ENQUEUE" link="TotemObject.html#TOTEM-REMOTE-COMMAND-ENQUEUE--CAPS"/>
 
236
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_REPLACE" link="TotemObject.html#TOTEM-REMOTE-COMMAND-REPLACE--CAPS"/>
 
237
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_SHOW" link="TotemObject.html#TOTEM-REMOTE-COMMAND-SHOW--CAPS"/>
 
238
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_TOGGLE_CONTROLS" link="TotemObject.html#TOTEM-REMOTE-COMMAND-TOGGLE-CONTROLS--CAPS"/>
 
239
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_UP" link="TotemObject.html#TOTEM-REMOTE-COMMAND-UP--CAPS"/>
 
240
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_DOWN" link="TotemObject.html#TOTEM-REMOTE-COMMAND-DOWN--CAPS"/>
 
241
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_LEFT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-LEFT--CAPS"/>
 
242
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_RIGHT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-RIGHT--CAPS"/>
 
243
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_SELECT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-SELECT--CAPS"/>
 
244
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_DVD_MENU" link="TotemObject.html#TOTEM-REMOTE-COMMAND-DVD-MENU--CAPS"/>
 
245
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_ZOOM_UP" link="TotemObject.html#TOTEM-REMOTE-COMMAND-ZOOM-UP--CAPS"/>
 
246
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_ZOOM_DOWN" link="TotemObject.html#TOTEM-REMOTE-COMMAND-ZOOM-DOWN--CAPS"/>
 
247
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_EJECT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-EJECT--CAPS"/>
 
248
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_PLAY_DVD" link="TotemObject.html#TOTEM-REMOTE-COMMAND-PLAY-DVD--CAPS"/>
 
249
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_MUTE" link="TotemObject.html#TOTEM-REMOTE-COMMAND-MUTE--CAPS"/>
 
250
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_TOGGLE_ASPECT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-TOGGLE-ASPECT--CAPS"/>
 
251
    <keyword type="constant" name="TOTEM_REMOTE_SETTING_SHUFFLE" link="TotemObject.html#TOTEM-REMOTE-SETTING-SHUFFLE--CAPS"/>
 
252
    <keyword type="constant" name="TOTEM_REMOTE_SETTING_REPEAT" link="TotemObject.html#TOTEM-REMOTE-SETTING-REPEAT--CAPS"/>
 
253
    <keyword type="constant" name="TOTEM_PLUGIN_ERROR_ACTIVATION" link="TotemPlugin.html#TOTEM-PLUGIN-ERROR-ACTIVATION--CAPS"/>
 
254
    <keyword type="constant" name="BVW_RATIO_AUTO" link="BaconVideoWidget.html#BVW-RATIO-AUTO--CAPS"/>
 
255
    <keyword type="constant" name="BVW_RATIO_SQUARE" link="BaconVideoWidget.html#BVW-RATIO-SQUARE--CAPS"/>
 
256
    <keyword type="constant" name="BVW_RATIO_FOURBYTHREE" link="BaconVideoWidget.html#BVW-RATIO-FOURBYTHREE--CAPS"/>
 
257
    <keyword type="constant" name="BVW_RATIO_ANAMORPHIC" link="BaconVideoWidget.html#BVW-RATIO-ANAMORPHIC--CAPS"/>
 
258
    <keyword type="constant" name="BVW_RATIO_DVB" link="BaconVideoWidget.html#BVW-RATIO-DVB--CAPS"/>
 
259
    <keyword type="constant" name="BVW_AUDIO_SOUND_STEREO" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-STEREO--CAPS"/>
 
260
    <keyword type="constant" name="BVW_AUDIO_SOUND_4CHANNEL" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-4CHANNEL--CAPS"/>
 
261
    <keyword type="constant" name="BVW_AUDIO_SOUND_41CHANNEL" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-41CHANNEL--CAPS"/>
 
262
    <keyword type="constant" name="BVW_AUDIO_SOUND_5CHANNEL" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-5CHANNEL--CAPS"/>
 
263
    <keyword type="constant" name="BVW_AUDIO_SOUND_51CHANNEL" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-51CHANNEL--CAPS"/>
 
264
    <keyword type="constant" name="BVW_AUDIO_SOUND_AC3PASSTHRU" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-AC3PASSTHRU--CAPS"/>
 
265
    <keyword type="constant" name="BVW_DVD_ROOT_MENU" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU--CAPS"/>
 
266
    <keyword type="constant" name="BVW_DVD_TITLE_MENU" link="BaconVideoWidget.html#BVW-DVD-TITLE-MENU--CAPS"/>
 
267
    <keyword type="constant" name="BVW_DVD_SUBPICTURE_MENU" link="BaconVideoWidget.html#BVW-DVD-SUBPICTURE-MENU--CAPS"/>
 
268
    <keyword type="constant" name="BVW_DVD_AUDIO_MENU" link="BaconVideoWidget.html#BVW-DVD-AUDIO-MENU--CAPS"/>
 
269
    <keyword type="constant" name="BVW_DVD_ANGLE_MENU" link="BaconVideoWidget.html#BVW-DVD-ANGLE-MENU--CAPS"/>
 
270
    <keyword type="constant" name="BVW_DVD_CHAPTER_MENU" link="BaconVideoWidget.html#BVW-DVD-CHAPTER-MENU--CAPS"/>
 
271
    <keyword type="constant" name="BVW_DVD_NEXT_CHAPTER" link="BaconVideoWidget.html#BVW-DVD-NEXT-CHAPTER--CAPS"/>
 
272
    <keyword type="constant" name="BVW_DVD_PREV_CHAPTER" link="BaconVideoWidget.html#BVW-DVD-PREV-CHAPTER--CAPS"/>
 
273
    <keyword type="constant" name="BVW_DVD_NEXT_TITLE" link="BaconVideoWidget.html#BVW-DVD-NEXT-TITLE--CAPS"/>
 
274
    <keyword type="constant" name="BVW_DVD_PREV_TITLE" link="BaconVideoWidget.html#BVW-DVD-PREV-TITLE--CAPS"/>
 
275
    <keyword type="constant" name="BVW_DVD_NEXT_ANGLE" link="BaconVideoWidget.html#BVW-DVD-NEXT-ANGLE--CAPS"/>
 
276
    <keyword type="constant" name="BVW_DVD_PREV_ANGLE" link="BaconVideoWidget.html#BVW-DVD-PREV-ANGLE--CAPS"/>
 
277
    <keyword type="constant" name="BVW_DVD_ROOT_MENU_UP" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU-UP--CAPS"/>
 
278
    <keyword type="constant" name="BVW_DVD_ROOT_MENU_DOWN" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU-DOWN--CAPS"/>
 
279
    <keyword type="constant" name="BVW_DVD_ROOT_MENU_LEFT" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU-LEFT--CAPS"/>
 
280
    <keyword type="constant" name="BVW_DVD_ROOT_MENU_RIGHT" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU-RIGHT--CAPS"/>
 
281
    <keyword type="constant" name="BVW_DVD_ROOT_MENU_SELECT" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU-SELECT--CAPS"/>
 
282
    <keyword type="constant" name="BVW_INFO_TITLE" link="BaconVideoWidget.html#BVW-INFO-TITLE--CAPS"/>
 
283
    <keyword type="constant" name="BVW_INFO_ARTIST" link="BaconVideoWidget.html#BVW-INFO-ARTIST--CAPS"/>
 
284
    <keyword type="constant" name="BVW_INFO_YEAR" link="BaconVideoWidget.html#BVW-INFO-YEAR--CAPS"/>
 
285
    <keyword type="constant" name="BVW_INFO_COMMENT" link="BaconVideoWidget.html#BVW-INFO-COMMENT--CAPS"/>
 
286
    <keyword type="constant" name="BVW_INFO_ALBUM" link="BaconVideoWidget.html#BVW-INFO-ALBUM--CAPS"/>
 
287
    <keyword type="constant" name="BVW_INFO_DURATION" link="BaconVideoWidget.html#BVW-INFO-DURATION--CAPS"/>
 
288
    <keyword type="constant" name="BVW_INFO_TRACK_NUMBER" link="BaconVideoWidget.html#BVW-INFO-TRACK-NUMBER--CAPS"/>
 
289
    <keyword type="constant" name="BVW_INFO_COVER" link="BaconVideoWidget.html#BVW-INFO-COVER--CAPS"/>
 
290
    <keyword type="constant" name="BVW_INFO_HAS_VIDEO" link="BaconVideoWidget.html#BVW-INFO-HAS-VIDEO--CAPS"/>
 
291
    <keyword type="constant" name="BVW_INFO_DIMENSION_X" link="BaconVideoWidget.html#BVW-INFO-DIMENSION-X--CAPS"/>
 
292
    <keyword type="constant" name="BVW_INFO_DIMENSION_Y" link="BaconVideoWidget.html#BVW-INFO-DIMENSION-Y--CAPS"/>
 
293
    <keyword type="constant" name="BVW_INFO_VIDEO_BITRATE" link="BaconVideoWidget.html#BVW-INFO-VIDEO-BITRATE--CAPS"/>
 
294
    <keyword type="constant" name="BVW_INFO_VIDEO_CODEC" link="BaconVideoWidget.html#BVW-INFO-VIDEO-CODEC--CAPS"/>
 
295
    <keyword type="constant" name="BVW_INFO_FPS" link="BaconVideoWidget.html#BVW-INFO-FPS--CAPS"/>
 
296
    <keyword type="constant" name="BVW_INFO_HAS_AUDIO" link="BaconVideoWidget.html#BVW-INFO-HAS-AUDIO--CAPS"/>
 
297
    <keyword type="constant" name="BVW_INFO_AUDIO_BITRATE" link="BaconVideoWidget.html#BVW-INFO-AUDIO-BITRATE--CAPS"/>
 
298
    <keyword type="constant" name="BVW_INFO_AUDIO_CODEC" link="BaconVideoWidget.html#BVW-INFO-AUDIO-CODEC--CAPS"/>
 
299
    <keyword type="constant" name="BVW_INFO_AUDIO_SAMPLE_RATE" link="BaconVideoWidget.html#BVW-INFO-AUDIO-SAMPLE-RATE--CAPS"/>
 
300
    <keyword type="constant" name="BVW_INFO_AUDIO_CHANNELS" link="BaconVideoWidget.html#BVW-INFO-AUDIO-CHANNELS--CAPS"/>
 
301
    <keyword type="constant" name="VISUAL_SMALL" link="BaconVideoWidget.html#VISUAL-SMALL--CAPS"/>
 
302
    <keyword type="constant" name="VISUAL_NORMAL" link="BaconVideoWidget.html#VISUAL-NORMAL--CAPS"/>
 
303
    <keyword type="constant" name="VISUAL_LARGE" link="BaconVideoWidget.html#VISUAL-LARGE--CAPS"/>
 
304
    <keyword type="constant" name="VISUAL_EXTRA_LARGE" link="BaconVideoWidget.html#VISUAL-EXTRA-LARGE--CAPS"/>
 
305
    <keyword type="constant" name="NUM_VISUAL_QUALITIES" link="BaconVideoWidget.html#NUM-VISUAL-QUALITIES--CAPS"/>
 
306
    <keyword type="constant" name="BVW_VIDEO_BRIGHTNESS" link="BaconVideoWidget.html#BVW-VIDEO-BRIGHTNESS--CAPS"/>
 
307
    <keyword type="constant" name="BVW_VIDEO_CONTRAST" link="BaconVideoWidget.html#BVW-VIDEO-CONTRAST--CAPS"/>
 
308
    <keyword type="constant" name="BVW_VIDEO_SATURATION" link="BaconVideoWidget.html#BVW-VIDEO-SATURATION--CAPS"/>
 
309
    <keyword type="constant" name="BVW_VIDEO_HUE" link="BaconVideoWidget.html#BVW-VIDEO-HUE--CAPS"/>
 
310
    <keyword type="constant" name="BVW_ERROR_AUDIO_PLUGIN" link="BaconVideoWidget.html#BVW-ERROR-AUDIO-PLUGIN--CAPS"/>
 
311
    <keyword type="constant" name="BVW_ERROR_NO_PLUGIN_FOR_FILE" link="BaconVideoWidget.html#BVW-ERROR-NO-PLUGIN-FOR-FILE--CAPS"/>
 
312
    <keyword type="constant" name="BVW_ERROR_VIDEO_PLUGIN" link="BaconVideoWidget.html#BVW-ERROR-VIDEO-PLUGIN--CAPS"/>
 
313
    <keyword type="constant" name="BVW_ERROR_AUDIO_BUSY" link="BaconVideoWidget.html#BVW-ERROR-AUDIO-BUSY--CAPS"/>
 
314
    <keyword type="constant" name="BVW_ERROR_BROKEN_FILE" link="BaconVideoWidget.html#BVW-ERROR-BROKEN-FILE--CAPS"/>
 
315
    <keyword type="constant" name="BVW_ERROR_FILE_GENERIC" link="BaconVideoWidget.html#BVW-ERROR-FILE-GENERIC--CAPS"/>
 
316
    <keyword type="constant" name="BVW_ERROR_FILE_PERMISSION" link="BaconVideoWidget.html#BVW-ERROR-FILE-PERMISSION--CAPS"/>
 
317
    <keyword type="constant" name="BVW_ERROR_FILE_ENCRYPTED" link="BaconVideoWidget.html#BVW-ERROR-FILE-ENCRYPTED--CAPS"/>
 
318
    <keyword type="constant" name="BVW_ERROR_FILE_NOT_FOUND" link="BaconVideoWidget.html#BVW-ERROR-FILE-NOT-FOUND--CAPS"/>
 
319
    <keyword type="constant" name="BVW_ERROR_DVD_ENCRYPTED" link="BaconVideoWidget.html#BVW-ERROR-DVD-ENCRYPTED--CAPS"/>
 
320
    <keyword type="constant" name="BVW_ERROR_INVALID_DEVICE" link="BaconVideoWidget.html#BVW-ERROR-INVALID-DEVICE--CAPS"/>
 
321
    <keyword type="constant" name="BVW_ERROR_DEVICE_BUSY" link="BaconVideoWidget.html#BVW-ERROR-DEVICE-BUSY--CAPS"/>
 
322
    <keyword type="constant" name="BVW_ERROR_UNKNOWN_HOST" link="BaconVideoWidget.html#BVW-ERROR-UNKNOWN-HOST--CAPS"/>
 
323
    <keyword type="constant" name="BVW_ERROR_NETWORK_UNREACHABLE" link="BaconVideoWidget.html#BVW-ERROR-NETWORK-UNREACHABLE--CAPS"/>
 
324
    <keyword type="constant" name="BVW_ERROR_CONNECTION_REFUSED" link="BaconVideoWidget.html#BVW-ERROR-CONNECTION-REFUSED--CAPS"/>
 
325
    <keyword type="constant" name="BVW_ERROR_INVALID_LOCATION" link="BaconVideoWidget.html#BVW-ERROR-INVALID-LOCATION--CAPS"/>
 
326
    <keyword type="constant" name="BVW_ERROR_GENERIC" link="BaconVideoWidget.html#BVW-ERROR-GENERIC--CAPS"/>
 
327
    <keyword type="constant" name="BVW_ERROR_CODEC_NOT_HANDLED" link="BaconVideoWidget.html#BVW-ERROR-CODEC-NOT-HANDLED--CAPS"/>
 
328
    <keyword type="constant" name="BVW_ERROR_AUDIO_ONLY" link="BaconVideoWidget.html#BVW-ERROR-AUDIO-ONLY--CAPS"/>
 
329
    <keyword type="constant" name="BVW_ERROR_CANNOT_CAPTURE" link="BaconVideoWidget.html#BVW-ERROR-CANNOT-CAPTURE--CAPS"/>
 
330
    <keyword type="constant" name="BVW_ERROR_READ_ERROR" link="BaconVideoWidget.html#BVW-ERROR-READ-ERROR--CAPS"/>
 
331
    <keyword type="constant" name="BVW_ERROR_PLUGIN_LOAD" link="BaconVideoWidget.html#BVW-ERROR-PLUGIN-LOAD--CAPS"/>
 
332
    <keyword type="constant" name="BVW_ERROR_EMPTY_FILE" link="BaconVideoWidget.html#BVW-ERROR-EMPTY-FILE--CAPS"/>
 
333
    <keyword type="constant" name="BVW_USE_TYPE_VIDEO" link="BaconVideoWidget.html#BVW-USE-TYPE-VIDEO--CAPS"/>
 
334
    <keyword type="constant" name="BVW_USE_TYPE_AUDIO" link="BaconVideoWidget.html#BVW-USE-TYPE-AUDIO--CAPS"/>
 
335
    <keyword type="constant" name="BVW_USE_TYPE_CAPTURE" link="BaconVideoWidget.html#BVW-USE-TYPE-CAPTURE--CAPS"/>
 
336
    <keyword type="constant" name="BVW_USE_TYPE_METADATA" link="BaconVideoWidget.html#BVW-USE-TYPE-METADATA--CAPS"/>
337
337
  </functions>
338
338
</book>