~fcwu-tw/ubuntu/precise/totem/fix-for-lp-1041032

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-08-12 13:09:09 UTC
  • mfrom: (1.11.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100812130909-hzn8tsoh9z7t3dbx
Tags: 2.31.6-0ubuntu1
* New upstream version:
  - Add support for Web-M to browser, movie player, and YouTube plugin
  Movie Player:
  - Add deinterlacing support, automatically used for interlaced content
  - Do not block when loading playlists
  - Remove libunique dependency
  - Make auto-resize use half-scale or 2x if the player would fit on the 
    screen
  - Make screensaver preference clearer
  - Support running with RGBA (semi-transparent) GTK+ themes
  Plugins:
  - Update for YouTube website changes
  Browser plugin:
  - Fix running browser plugin in non-GTK+ front-ends
  - VLC-compatible browser plugin:
  - Support input.time and input.length property
  - Support togglePause function
  - Support toolbar plugin argument
* debian/control.in:
  - updated the build requirements to match the configure
* debian/patches/80_webm.patch,
  debian/patches/81_mpegts.patch,
  debian/patches/91_git_correct_rgba_use.patch:
  - the changes are in the new version

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#id474088"/>
23
 
    <keyword type="" name="The .totem-plugin File" link="totem-plugins.html#id471904"/>
24
 
    <keyword type="" name="Writing a Plugin" link="totem-plugins.html#id495260"/>
 
22
    <keyword type="" name="Locations" link="totem-plugins.html#id466698"/>
 
23
    <keyword type="" name="The .totem-plugin File" link="totem-plugins.html#id474418"/>
 
24
    <keyword type="" name="Writing a Plugin" link="totem-plugins.html#id496348"/>
25
25
    <keyword type="typedef" name="Totem" link="TotemObject.html#Totem"/>
26
 
    <keyword type="typedef" name="TotemObject" link="TotemObject.html#TotemObject"/>
 
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"/>
51
51
    <keyword type="function" name="totem_action_remote_set_setting ()" link="TotemObject.html#totem-action-remote-set-setting"/>
52
52
    <keyword type="function" name="totem_action_seek_time ()" link="TotemObject.html#totem-action-seek-time"/>
53
53
    <keyword type="function" name="totem_action_seek_relative ()" link="TotemObject.html#totem-action-seek-relative"/>
 
54
    <keyword type="function" name="totem_action_volume ()" link="TotemObject.html#totem-action-volume"/>
54
55
    <keyword type="function" name="totem_action_volume_relative ()" link="TotemObject.html#totem-action-volume-relative"/>
55
56
    <keyword type="function" name="totem_action_volume_toggle_mute ()" link="TotemObject.html#totem-action-volume-toggle-mute"/>
56
57
    <keyword type="function" name="totem_action_toggle_aspect_ratio ()" link="TotemObject.html#totem-action-toggle-aspect-ratio"/>
75
76
    <keyword type="function" name="totem_get_playlist_pos ()" link="TotemObject.html#totem-get-playlist-pos"/>
76
77
    <keyword type="function" name="totem_get_title_at_playlist_pos ()" link="TotemObject.html#totem-get-title-at-playlist-pos"/>
77
78
    <keyword type="function" name="totem_get_short_title ()" link="TotemObject.html#totem-get-short-title"/>
 
79
    <keyword type="function" name="totem_get_volume ()" link="TotemObject.html#totem-get-volume"/>
 
80
    <keyword type="function" name="totem_get_version ()" link="TotemObject.html#totem-get-version"/>
78
81
    <keyword type="function" name="totem_add_sidebar_page ()" link="TotemObject.html#totem-add-sidebar-page"/>
79
82
    <keyword type="function" name="totem_remove_sidebar_page ()" link="TotemObject.html#totem-remove-sidebar-page"/>
80
83
    <keyword type="property" name="The &quot;current-mrl&quot; property" link="TotemObject.html#TotemObject--current-mrl"/>
95
98
    <keyword type="function" name="TotemPluginActivationFunc ()" link="TotemPlugin.html#TotemPluginActivationFunc"/>
96
99
    <keyword type="function" name="TotemPluginDeactivationFunc ()" link="TotemPlugin.html#TotemPluginDeactivationFunc"/>
97
100
    <keyword type="function" name="TotemPluginWidgetFunc ()" link="TotemPlugin.html#TotemPluginWidgetFunc"/>
98
 
    <keyword type="macro" name="TOTEM_PLUGIN_DEFINE_TYPE()" link="TotemPlugin.html#TOTEM-PLUGIN-DEFINE-TYPE--CAPS"/>
99
 
    <keyword type="macro" name="TOTEM_PLUGIN_REGISTER()" link="TotemPlugin.html#TOTEM-PLUGIN-REGISTER--CAPS"/>
100
 
    <keyword type="macro" name="TOTEM_PLUGIN_REGISTER_EXTENDED()" link="TotemPlugin.html#TOTEM-PLUGIN-REGISTER-EXTENDED--CAPS"/>
101
 
    <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"/>
102
105
    <keyword type="function" name="totem_plugin_activate ()" link="TotemPlugin.html#totem-plugin-activate"/>
103
106
    <keyword type="function" name="totem_plugin_deactivate ()" link="TotemPlugin.html#totem-plugin-deactivate"/>
104
107
    <keyword type="function" name="totem_plugin_create_configure_dialog ()" link="TotemPlugin.html#totem-plugin-create-configure-dialog"/>
125
128
    <keyword type="function" name="bacon_video_widget_seek_time ()" link="BaconVideoWidget.html#bacon-video-widget-seek-time"/>
126
129
    <keyword type="function" name="bacon_video_widget_stop ()" link="BaconVideoWidget.html#bacon-video-widget-stop"/>
127
130
    <keyword type="function" name="bacon_video_widget_close ()" link="BaconVideoWidget.html#bacon-video-widget-close"/>
128
 
    <keyword type="function" name="bacon_video_widget_can_deinterlace ()" link="BaconVideoWidget.html#bacon-video-widget-can-deinterlace"/>
129
131
    <keyword type="function" name="bacon_video_widget_can_direct_seek ()" link="BaconVideoWidget.html#bacon-video-widget-can-direct-seek"/>
130
132
    <keyword type="function" name="bacon_video_widget_can_get_frames ()" link="BaconVideoWidget.html#bacon-video-widget-can-get-frames"/>
131
133
    <keyword type="function" name="bacon_video_widget_can_set_volume ()" link="BaconVideoWidget.html#bacon-video-widget-can-set-volume"/>
181
183
    <keyword type="function" name="bacon_video_widget_is_playing ()" link="BaconVideoWidget.html#bacon-video-widget-is-playing"/>
182
184
    <keyword type="function" name="bacon_video_widget_is_seekable ()" link="BaconVideoWidget.html#bacon-video-widget-is-seekable"/>
183
185
    <keyword type="function" name="bacon_video_widget_step ()" link="BaconVideoWidget.html#bacon-video-widget-step"/>
 
186
    <keyword type="property" name="The &quot;download-filename&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--download-filename"/>
184
187
    <keyword type="property" name="The &quot;logo-mode&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--logo-mode"/>
185
188
    <keyword type="property" name="The &quot;playing&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--playing"/>
186
189
    <keyword type="property" name="The &quot;position&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--position"/>
193
196
    <keyword type="property" name="The &quot;volume&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--volume"/>
194
197
    <keyword type="signal" name="The &quot;buffering&quot; signal" link="BaconVideoWidget.html#BaconVideoWidget-buffering"/>
195
198
    <keyword type="signal" name="The &quot;channels-change&quot; signal" link="BaconVideoWidget.html#BaconVideoWidget-channels-change"/>
 
199
    <keyword type="signal" name="The &quot;download-buffering&quot; signal" link="BaconVideoWidget.html#BaconVideoWidget-download-buffering"/>
196
200
    <keyword type="signal" name="The &quot;eos&quot; signal" link="BaconVideoWidget.html#BaconVideoWidget-eos"/>
197
201
    <keyword type="signal" name="The &quot;error&quot; signal" link="BaconVideoWidget.html#BaconVideoWidget-error"/>
198
202
    <keyword type="signal" name="The &quot;got-metadata&quot; signal" link="BaconVideoWidget.html#BaconVideoWidget-got-metadata"/>
214
218
    <keyword type="property" name="The &quot;thumbnail&quot; property" link="TotemCellRendererVideo.html#TotemCellRendererVideo--thumbnail"/>
215
219
    <keyword type="property" name="The &quot;title&quot; property" link="TotemCellRendererVideo.html#TotemCellRendererVideo--title"/>
216
220
    <keyword type="property" name="The &quot;use-placeholder&quot; property" link="TotemCellRendererVideo.html#TotemCellRendererVideo--use-placeholder"/>
217
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_UNKNOWN" link="TotemObject.html#TOTEM-REMOTE-COMMAND-UNKNOWN--CAPS"/>
218
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_PLAY" link="TotemObject.html#TOTEM-REMOTE-COMMAND-PLAY--CAPS"/>
219
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_PAUSE" link="TotemObject.html#TOTEM-REMOTE-COMMAND-PAUSE--CAPS"/>
220
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_STOP" link="TotemObject.html#TOTEM-REMOTE-COMMAND-STOP--CAPS"/>
221
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_PLAYPAUSE" link="TotemObject.html#TOTEM-REMOTE-COMMAND-PLAYPAUSE--CAPS"/>
222
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_NEXT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-NEXT--CAPS"/>
223
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_PREVIOUS" link="TotemObject.html#TOTEM-REMOTE-COMMAND-PREVIOUS--CAPS"/>
224
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_SEEK_FORWARD" link="TotemObject.html#TOTEM-REMOTE-COMMAND-SEEK-FORWARD--CAPS"/>
225
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_SEEK_BACKWARD" link="TotemObject.html#TOTEM-REMOTE-COMMAND-SEEK-BACKWARD--CAPS"/>
226
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_VOLUME_UP" link="TotemObject.html#TOTEM-REMOTE-COMMAND-VOLUME-UP--CAPS"/>
227
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_VOLUME_DOWN" link="TotemObject.html#TOTEM-REMOTE-COMMAND-VOLUME-DOWN--CAPS"/>
228
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_FULLSCREEN" link="TotemObject.html#TOTEM-REMOTE-COMMAND-FULLSCREEN--CAPS"/>
229
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_QUIT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-QUIT--CAPS"/>
230
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_ENQUEUE" link="TotemObject.html#TOTEM-REMOTE-COMMAND-ENQUEUE--CAPS"/>
231
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_REPLACE" link="TotemObject.html#TOTEM-REMOTE-COMMAND-REPLACE--CAPS"/>
232
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_SHOW" link="TotemObject.html#TOTEM-REMOTE-COMMAND-SHOW--CAPS"/>
233
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_TOGGLE_CONTROLS" link="TotemObject.html#TOTEM-REMOTE-COMMAND-TOGGLE-CONTROLS--CAPS"/>
234
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_UP" link="TotemObject.html#TOTEM-REMOTE-COMMAND-UP--CAPS"/>
235
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_DOWN" link="TotemObject.html#TOTEM-REMOTE-COMMAND-DOWN--CAPS"/>
236
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_LEFT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-LEFT--CAPS"/>
237
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_RIGHT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-RIGHT--CAPS"/>
238
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_SELECT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-SELECT--CAPS"/>
239
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_DVD_MENU" link="TotemObject.html#TOTEM-REMOTE-COMMAND-DVD-MENU--CAPS"/>
240
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_ZOOM_UP" link="TotemObject.html#TOTEM-REMOTE-COMMAND-ZOOM-UP--CAPS"/>
241
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_ZOOM_DOWN" link="TotemObject.html#TOTEM-REMOTE-COMMAND-ZOOM-DOWN--CAPS"/>
242
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_EJECT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-EJECT--CAPS"/>
243
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_PLAY_DVD" link="TotemObject.html#TOTEM-REMOTE-COMMAND-PLAY-DVD--CAPS"/>
244
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_MUTE" link="TotemObject.html#TOTEM-REMOTE-COMMAND-MUTE--CAPS"/>
245
 
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_TOGGLE_ASPECT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-TOGGLE-ASPECT--CAPS"/>
246
 
    <keyword type="constant" name="TOTEM_REMOTE_SETTING_SHUFFLE" link="TotemObject.html#TOTEM-REMOTE-SETTING-SHUFFLE--CAPS"/>
247
 
    <keyword type="constant" name="TOTEM_REMOTE_SETTING_REPEAT" link="TotemObject.html#TOTEM-REMOTE-SETTING-REPEAT--CAPS"/>
248
 
    <keyword type="constant" name="TOTEM_PLUGIN_ERROR_ACTIVATION" link="TotemPlugin.html#TOTEM-PLUGIN-ERROR-ACTIVATION--CAPS"/>
249
 
    <keyword type="constant" name="BVW_RATIO_AUTO" link="BaconVideoWidget.html#BVW-RATIO-AUTO--CAPS"/>
250
 
    <keyword type="constant" name="BVW_RATIO_SQUARE" link="BaconVideoWidget.html#BVW-RATIO-SQUARE--CAPS"/>
251
 
    <keyword type="constant" name="BVW_RATIO_FOURBYTHREE" link="BaconVideoWidget.html#BVW-RATIO-FOURBYTHREE--CAPS"/>
252
 
    <keyword type="constant" name="BVW_RATIO_ANAMORPHIC" link="BaconVideoWidget.html#BVW-RATIO-ANAMORPHIC--CAPS"/>
253
 
    <keyword type="constant" name="BVW_RATIO_DVB" link="BaconVideoWidget.html#BVW-RATIO-DVB--CAPS"/>
254
 
    <keyword type="constant" name="BVW_AUDIO_SOUND_STEREO" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-STEREO--CAPS"/>
255
 
    <keyword type="constant" name="BVW_AUDIO_SOUND_4CHANNEL" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-4CHANNEL--CAPS"/>
256
 
    <keyword type="constant" name="BVW_AUDIO_SOUND_41CHANNEL" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-41CHANNEL--CAPS"/>
257
 
    <keyword type="constant" name="BVW_AUDIO_SOUND_5CHANNEL" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-5CHANNEL--CAPS"/>
258
 
    <keyword type="constant" name="BVW_AUDIO_SOUND_51CHANNEL" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-51CHANNEL--CAPS"/>
259
 
    <keyword type="constant" name="BVW_AUDIO_SOUND_AC3PASSTHRU" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-AC3PASSTHRU--CAPS"/>
260
 
    <keyword type="constant" name="BVW_DVD_ROOT_MENU" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU--CAPS"/>
261
 
    <keyword type="constant" name="BVW_DVD_TITLE_MENU" link="BaconVideoWidget.html#BVW-DVD-TITLE-MENU--CAPS"/>
262
 
    <keyword type="constant" name="BVW_DVD_SUBPICTURE_MENU" link="BaconVideoWidget.html#BVW-DVD-SUBPICTURE-MENU--CAPS"/>
263
 
    <keyword type="constant" name="BVW_DVD_AUDIO_MENU" link="BaconVideoWidget.html#BVW-DVD-AUDIO-MENU--CAPS"/>
264
 
    <keyword type="constant" name="BVW_DVD_ANGLE_MENU" link="BaconVideoWidget.html#BVW-DVD-ANGLE-MENU--CAPS"/>
265
 
    <keyword type="constant" name="BVW_DVD_CHAPTER_MENU" link="BaconVideoWidget.html#BVW-DVD-CHAPTER-MENU--CAPS"/>
266
 
    <keyword type="constant" name="BVW_DVD_NEXT_CHAPTER" link="BaconVideoWidget.html#BVW-DVD-NEXT-CHAPTER--CAPS"/>
267
 
    <keyword type="constant" name="BVW_DVD_PREV_CHAPTER" link="BaconVideoWidget.html#BVW-DVD-PREV-CHAPTER--CAPS"/>
268
 
    <keyword type="constant" name="BVW_DVD_NEXT_TITLE" link="BaconVideoWidget.html#BVW-DVD-NEXT-TITLE--CAPS"/>
269
 
    <keyword type="constant" name="BVW_DVD_PREV_TITLE" link="BaconVideoWidget.html#BVW-DVD-PREV-TITLE--CAPS"/>
270
 
    <keyword type="constant" name="BVW_DVD_NEXT_ANGLE" link="BaconVideoWidget.html#BVW-DVD-NEXT-ANGLE--CAPS"/>
271
 
    <keyword type="constant" name="BVW_DVD_PREV_ANGLE" link="BaconVideoWidget.html#BVW-DVD-PREV-ANGLE--CAPS"/>
272
 
    <keyword type="constant" name="BVW_DVD_ROOT_MENU_UP" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU-UP--CAPS"/>
273
 
    <keyword type="constant" name="BVW_DVD_ROOT_MENU_DOWN" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU-DOWN--CAPS"/>
274
 
    <keyword type="constant" name="BVW_DVD_ROOT_MENU_LEFT" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU-LEFT--CAPS"/>
275
 
    <keyword type="constant" name="BVW_DVD_ROOT_MENU_RIGHT" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU-RIGHT--CAPS"/>
276
 
    <keyword type="constant" name="BVW_DVD_ROOT_MENU_SELECT" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU-SELECT--CAPS"/>
277
 
    <keyword type="constant" name="BVW_INFO_TITLE" link="BaconVideoWidget.html#BVW-INFO-TITLE--CAPS"/>
278
 
    <keyword type="constant" name="BVW_INFO_ARTIST" link="BaconVideoWidget.html#BVW-INFO-ARTIST--CAPS"/>
279
 
    <keyword type="constant" name="BVW_INFO_YEAR" link="BaconVideoWidget.html#BVW-INFO-YEAR--CAPS"/>
280
 
    <keyword type="constant" name="BVW_INFO_COMMENT" link="BaconVideoWidget.html#BVW-INFO-COMMENT--CAPS"/>
281
 
    <keyword type="constant" name="BVW_INFO_ALBUM" link="BaconVideoWidget.html#BVW-INFO-ALBUM--CAPS"/>
282
 
    <keyword type="constant" name="BVW_INFO_DURATION" link="BaconVideoWidget.html#BVW-INFO-DURATION--CAPS"/>
283
 
    <keyword type="constant" name="BVW_INFO_TRACK_NUMBER" link="BaconVideoWidget.html#BVW-INFO-TRACK-NUMBER--CAPS"/>
284
 
    <keyword type="constant" name="BVW_INFO_COVER" link="BaconVideoWidget.html#BVW-INFO-COVER--CAPS"/>
285
 
    <keyword type="constant" name="BVW_INFO_HAS_VIDEO" link="BaconVideoWidget.html#BVW-INFO-HAS-VIDEO--CAPS"/>
286
 
    <keyword type="constant" name="BVW_INFO_DIMENSION_X" link="BaconVideoWidget.html#BVW-INFO-DIMENSION-X--CAPS"/>
287
 
    <keyword type="constant" name="BVW_INFO_DIMENSION_Y" link="BaconVideoWidget.html#BVW-INFO-DIMENSION-Y--CAPS"/>
288
 
    <keyword type="constant" name="BVW_INFO_VIDEO_BITRATE" link="BaconVideoWidget.html#BVW-INFO-VIDEO-BITRATE--CAPS"/>
289
 
    <keyword type="constant" name="BVW_INFO_VIDEO_CODEC" link="BaconVideoWidget.html#BVW-INFO-VIDEO-CODEC--CAPS"/>
290
 
    <keyword type="constant" name="BVW_INFO_FPS" link="BaconVideoWidget.html#BVW-INFO-FPS--CAPS"/>
291
 
    <keyword type="constant" name="BVW_INFO_HAS_AUDIO" link="BaconVideoWidget.html#BVW-INFO-HAS-AUDIO--CAPS"/>
292
 
    <keyword type="constant" name="BVW_INFO_AUDIO_BITRATE" link="BaconVideoWidget.html#BVW-INFO-AUDIO-BITRATE--CAPS"/>
293
 
    <keyword type="constant" name="BVW_INFO_AUDIO_CODEC" link="BaconVideoWidget.html#BVW-INFO-AUDIO-CODEC--CAPS"/>
294
 
    <keyword type="constant" name="BVW_INFO_AUDIO_SAMPLE_RATE" link="BaconVideoWidget.html#BVW-INFO-AUDIO-SAMPLE-RATE--CAPS"/>
295
 
    <keyword type="constant" name="BVW_INFO_AUDIO_CHANNELS" link="BaconVideoWidget.html#BVW-INFO-AUDIO-CHANNELS--CAPS"/>
296
 
    <keyword type="constant" name="VISUAL_SMALL" link="BaconVideoWidget.html#VISUAL-SMALL--CAPS"/>
297
 
    <keyword type="constant" name="VISUAL_NORMAL" link="BaconVideoWidget.html#VISUAL-NORMAL--CAPS"/>
298
 
    <keyword type="constant" name="VISUAL_LARGE" link="BaconVideoWidget.html#VISUAL-LARGE--CAPS"/>
299
 
    <keyword type="constant" name="VISUAL_EXTRA_LARGE" link="BaconVideoWidget.html#VISUAL-EXTRA-LARGE--CAPS"/>
300
 
    <keyword type="constant" name="NUM_VISUAL_QUALITIES" link="BaconVideoWidget.html#NUM-VISUAL-QUALITIES--CAPS"/>
301
 
    <keyword type="constant" name="BVW_VIDEO_BRIGHTNESS" link="BaconVideoWidget.html#BVW-VIDEO-BRIGHTNESS--CAPS"/>
302
 
    <keyword type="constant" name="BVW_VIDEO_CONTRAST" link="BaconVideoWidget.html#BVW-VIDEO-CONTRAST--CAPS"/>
303
 
    <keyword type="constant" name="BVW_VIDEO_SATURATION" link="BaconVideoWidget.html#BVW-VIDEO-SATURATION--CAPS"/>
304
 
    <keyword type="constant" name="BVW_VIDEO_HUE" link="BaconVideoWidget.html#BVW-VIDEO-HUE--CAPS"/>
305
 
    <keyword type="constant" name="BVW_ERROR_AUDIO_PLUGIN" link="BaconVideoWidget.html#BVW-ERROR-AUDIO-PLUGIN--CAPS"/>
306
 
    <keyword type="constant" name="BVW_ERROR_NO_PLUGIN_FOR_FILE" link="BaconVideoWidget.html#BVW-ERROR-NO-PLUGIN-FOR-FILE--CAPS"/>
307
 
    <keyword type="constant" name="BVW_ERROR_VIDEO_PLUGIN" link="BaconVideoWidget.html#BVW-ERROR-VIDEO-PLUGIN--CAPS"/>
308
 
    <keyword type="constant" name="BVW_ERROR_AUDIO_BUSY" link="BaconVideoWidget.html#BVW-ERROR-AUDIO-BUSY--CAPS"/>
309
 
    <keyword type="constant" name="BVW_ERROR_BROKEN_FILE" link="BaconVideoWidget.html#BVW-ERROR-BROKEN-FILE--CAPS"/>
310
 
    <keyword type="constant" name="BVW_ERROR_FILE_GENERIC" link="BaconVideoWidget.html#BVW-ERROR-FILE-GENERIC--CAPS"/>
311
 
    <keyword type="constant" name="BVW_ERROR_FILE_PERMISSION" link="BaconVideoWidget.html#BVW-ERROR-FILE-PERMISSION--CAPS"/>
312
 
    <keyword type="constant" name="BVW_ERROR_FILE_ENCRYPTED" link="BaconVideoWidget.html#BVW-ERROR-FILE-ENCRYPTED--CAPS"/>
313
 
    <keyword type="constant" name="BVW_ERROR_FILE_NOT_FOUND" link="BaconVideoWidget.html#BVW-ERROR-FILE-NOT-FOUND--CAPS"/>
314
 
    <keyword type="constant" name="BVW_ERROR_DVD_ENCRYPTED" link="BaconVideoWidget.html#BVW-ERROR-DVD-ENCRYPTED--CAPS"/>
315
 
    <keyword type="constant" name="BVW_ERROR_INVALID_DEVICE" link="BaconVideoWidget.html#BVW-ERROR-INVALID-DEVICE--CAPS"/>
316
 
    <keyword type="constant" name="BVW_ERROR_DEVICE_BUSY" link="BaconVideoWidget.html#BVW-ERROR-DEVICE-BUSY--CAPS"/>
317
 
    <keyword type="constant" name="BVW_ERROR_UNKNOWN_HOST" link="BaconVideoWidget.html#BVW-ERROR-UNKNOWN-HOST--CAPS"/>
318
 
    <keyword type="constant" name="BVW_ERROR_NETWORK_UNREACHABLE" link="BaconVideoWidget.html#BVW-ERROR-NETWORK-UNREACHABLE--CAPS"/>
319
 
    <keyword type="constant" name="BVW_ERROR_CONNECTION_REFUSED" link="BaconVideoWidget.html#BVW-ERROR-CONNECTION-REFUSED--CAPS"/>
320
 
    <keyword type="constant" name="BVW_ERROR_INVALID_LOCATION" link="BaconVideoWidget.html#BVW-ERROR-INVALID-LOCATION--CAPS"/>
321
 
    <keyword type="constant" name="BVW_ERROR_GENERIC" link="BaconVideoWidget.html#BVW-ERROR-GENERIC--CAPS"/>
322
 
    <keyword type="constant" name="BVW_ERROR_CODEC_NOT_HANDLED" link="BaconVideoWidget.html#BVW-ERROR-CODEC-NOT-HANDLED--CAPS"/>
323
 
    <keyword type="constant" name="BVW_ERROR_AUDIO_ONLY" link="BaconVideoWidget.html#BVW-ERROR-AUDIO-ONLY--CAPS"/>
324
 
    <keyword type="constant" name="BVW_ERROR_CANNOT_CAPTURE" link="BaconVideoWidget.html#BVW-ERROR-CANNOT-CAPTURE--CAPS"/>
325
 
    <keyword type="constant" name="BVW_ERROR_READ_ERROR" link="BaconVideoWidget.html#BVW-ERROR-READ-ERROR--CAPS"/>
326
 
    <keyword type="constant" name="BVW_ERROR_PLUGIN_LOAD" link="BaconVideoWidget.html#BVW-ERROR-PLUGIN-LOAD--CAPS"/>
327
 
    <keyword type="constant" name="BVW_ERROR_EMPTY_FILE" link="BaconVideoWidget.html#BVW-ERROR-EMPTY-FILE--CAPS"/>
328
 
    <keyword type="constant" name="BVW_USE_TYPE_VIDEO" link="BaconVideoWidget.html#BVW-USE-TYPE-VIDEO--CAPS"/>
329
 
    <keyword type="constant" name="BVW_USE_TYPE_AUDIO" link="BaconVideoWidget.html#BVW-USE-TYPE-AUDIO--CAPS"/>
330
 
    <keyword type="constant" name="BVW_USE_TYPE_CAPTURE" link="BaconVideoWidget.html#BVW-USE-TYPE-CAPTURE--CAPS"/>
331
 
    <keyword type="constant" name="BVW_USE_TYPE_METADATA" link="BaconVideoWidget.html#BVW-USE-TYPE-METADATA--CAPS"/>
 
221
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_UNKNOWN" link="TotemObject.html#TOTEM-REMOTE-COMMAND-UNKNOWN:CAPS"/>
 
222
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_PLAY" link="TotemObject.html#TOTEM-REMOTE-COMMAND-PLAY:CAPS"/>
 
223
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_PAUSE" link="TotemObject.html#TOTEM-REMOTE-COMMAND-PAUSE:CAPS"/>
 
224
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_STOP" link="TotemObject.html#TOTEM-REMOTE-COMMAND-STOP:CAPS"/>
 
225
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_PLAYPAUSE" link="TotemObject.html#TOTEM-REMOTE-COMMAND-PLAYPAUSE:CAPS"/>
 
226
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_NEXT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-NEXT:CAPS"/>
 
227
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_PREVIOUS" link="TotemObject.html#TOTEM-REMOTE-COMMAND-PREVIOUS:CAPS"/>
 
228
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_SEEK_FORWARD" link="TotemObject.html#TOTEM-REMOTE-COMMAND-SEEK-FORWARD:CAPS"/>
 
229
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_SEEK_BACKWARD" link="TotemObject.html#TOTEM-REMOTE-COMMAND-SEEK-BACKWARD:CAPS"/>
 
230
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_VOLUME_UP" link="TotemObject.html#TOTEM-REMOTE-COMMAND-VOLUME-UP:CAPS"/>
 
231
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_VOLUME_DOWN" link="TotemObject.html#TOTEM-REMOTE-COMMAND-VOLUME-DOWN:CAPS"/>
 
232
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_FULLSCREEN" link="TotemObject.html#TOTEM-REMOTE-COMMAND-FULLSCREEN:CAPS"/>
 
233
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_QUIT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-QUIT:CAPS"/>
 
234
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_ENQUEUE" link="TotemObject.html#TOTEM-REMOTE-COMMAND-ENQUEUE:CAPS"/>
 
235
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_REPLACE" link="TotemObject.html#TOTEM-REMOTE-COMMAND-REPLACE:CAPS"/>
 
236
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_SHOW" link="TotemObject.html#TOTEM-REMOTE-COMMAND-SHOW:CAPS"/>
 
237
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_TOGGLE_CONTROLS" link="TotemObject.html#TOTEM-REMOTE-COMMAND-TOGGLE-CONTROLS:CAPS"/>
 
238
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_UP" link="TotemObject.html#TOTEM-REMOTE-COMMAND-UP:CAPS"/>
 
239
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_DOWN" link="TotemObject.html#TOTEM-REMOTE-COMMAND-DOWN:CAPS"/>
 
240
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_LEFT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-LEFT:CAPS"/>
 
241
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_RIGHT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-RIGHT:CAPS"/>
 
242
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_SELECT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-SELECT:CAPS"/>
 
243
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_DVD_MENU" link="TotemObject.html#TOTEM-REMOTE-COMMAND-DVD-MENU:CAPS"/>
 
244
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_ZOOM_UP" link="TotemObject.html#TOTEM-REMOTE-COMMAND-ZOOM-UP:CAPS"/>
 
245
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_ZOOM_DOWN" link="TotemObject.html#TOTEM-REMOTE-COMMAND-ZOOM-DOWN:CAPS"/>
 
246
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_EJECT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-EJECT:CAPS"/>
 
247
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_PLAY_DVD" link="TotemObject.html#TOTEM-REMOTE-COMMAND-PLAY-DVD:CAPS"/>
 
248
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_MUTE" link="TotemObject.html#TOTEM-REMOTE-COMMAND-MUTE:CAPS"/>
 
249
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_TOGGLE_ASPECT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-TOGGLE-ASPECT:CAPS"/>
 
250
    <keyword type="constant" name="TOTEM_REMOTE_SETTING_SHUFFLE" link="TotemObject.html#TOTEM-REMOTE-SETTING-SHUFFLE:CAPS"/>
 
251
    <keyword type="constant" name="TOTEM_REMOTE_SETTING_REPEAT" link="TotemObject.html#TOTEM-REMOTE-SETTING-REPEAT:CAPS"/>
 
252
    <keyword type="constant" name="TOTEM_PLUGIN_ERROR_ACTIVATION" link="TotemPlugin.html#TOTEM-PLUGIN-ERROR-ACTIVATION:CAPS"/>
 
253
    <keyword type="constant" name="BVW_RATIO_AUTO" link="BaconVideoWidget.html#BVW-RATIO-AUTO:CAPS"/>
 
254
    <keyword type="constant" name="BVW_RATIO_SQUARE" link="BaconVideoWidget.html#BVW-RATIO-SQUARE:CAPS"/>
 
255
    <keyword type="constant" name="BVW_RATIO_FOURBYTHREE" link="BaconVideoWidget.html#BVW-RATIO-FOURBYTHREE:CAPS"/>
 
256
    <keyword type="constant" name="BVW_RATIO_ANAMORPHIC" link="BaconVideoWidget.html#BVW-RATIO-ANAMORPHIC:CAPS"/>
 
257
    <keyword type="constant" name="BVW_RATIO_DVB" link="BaconVideoWidget.html#BVW-RATIO-DVB:CAPS"/>
 
258
    <keyword type="constant" name="BVW_AUDIO_SOUND_STEREO" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-STEREO:CAPS"/>
 
259
    <keyword type="constant" name="BVW_AUDIO_SOUND_4CHANNEL" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-4CHANNEL:CAPS"/>
 
260
    <keyword type="constant" name="BVW_AUDIO_SOUND_41CHANNEL" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-41CHANNEL:CAPS"/>
 
261
    <keyword type="constant" name="BVW_AUDIO_SOUND_5CHANNEL" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-5CHANNEL:CAPS"/>
 
262
    <keyword type="constant" name="BVW_AUDIO_SOUND_51CHANNEL" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-51CHANNEL:CAPS"/>
 
263
    <keyword type="constant" name="BVW_AUDIO_SOUND_AC3PASSTHRU" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-AC3PASSTHRU:CAPS"/>
 
264
    <keyword type="constant" name="BVW_DVD_ROOT_MENU" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU:CAPS"/>
 
265
    <keyword type="constant" name="BVW_DVD_TITLE_MENU" link="BaconVideoWidget.html#BVW-DVD-TITLE-MENU:CAPS"/>
 
266
    <keyword type="constant" name="BVW_DVD_SUBPICTURE_MENU" link="BaconVideoWidget.html#BVW-DVD-SUBPICTURE-MENU:CAPS"/>
 
267
    <keyword type="constant" name="BVW_DVD_AUDIO_MENU" link="BaconVideoWidget.html#BVW-DVD-AUDIO-MENU:CAPS"/>
 
268
    <keyword type="constant" name="BVW_DVD_ANGLE_MENU" link="BaconVideoWidget.html#BVW-DVD-ANGLE-MENU:CAPS"/>
 
269
    <keyword type="constant" name="BVW_DVD_CHAPTER_MENU" link="BaconVideoWidget.html#BVW-DVD-CHAPTER-MENU:CAPS"/>
 
270
    <keyword type="constant" name="BVW_DVD_NEXT_CHAPTER" link="BaconVideoWidget.html#BVW-DVD-NEXT-CHAPTER:CAPS"/>
 
271
    <keyword type="constant" name="BVW_DVD_PREV_CHAPTER" link="BaconVideoWidget.html#BVW-DVD-PREV-CHAPTER:CAPS"/>
 
272
    <keyword type="constant" name="BVW_DVD_NEXT_TITLE" link="BaconVideoWidget.html#BVW-DVD-NEXT-TITLE:CAPS"/>
 
273
    <keyword type="constant" name="BVW_DVD_PREV_TITLE" link="BaconVideoWidget.html#BVW-DVD-PREV-TITLE:CAPS"/>
 
274
    <keyword type="constant" name="BVW_DVD_NEXT_ANGLE" link="BaconVideoWidget.html#BVW-DVD-NEXT-ANGLE:CAPS"/>
 
275
    <keyword type="constant" name="BVW_DVD_PREV_ANGLE" link="BaconVideoWidget.html#BVW-DVD-PREV-ANGLE:CAPS"/>
 
276
    <keyword type="constant" name="BVW_DVD_ROOT_MENU_UP" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU-UP:CAPS"/>
 
277
    <keyword type="constant" name="BVW_DVD_ROOT_MENU_DOWN" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU-DOWN:CAPS"/>
 
278
    <keyword type="constant" name="BVW_DVD_ROOT_MENU_LEFT" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU-LEFT:CAPS"/>
 
279
    <keyword type="constant" name="BVW_DVD_ROOT_MENU_RIGHT" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU-RIGHT:CAPS"/>
 
280
    <keyword type="constant" name="BVW_DVD_ROOT_MENU_SELECT" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU-SELECT:CAPS"/>
 
281
    <keyword type="constant" name="BVW_INFO_TITLE" link="BaconVideoWidget.html#BVW-INFO-TITLE:CAPS"/>
 
282
    <keyword type="constant" name="BVW_INFO_ARTIST" link="BaconVideoWidget.html#BVW-INFO-ARTIST:CAPS"/>
 
283
    <keyword type="constant" name="BVW_INFO_YEAR" link="BaconVideoWidget.html#BVW-INFO-YEAR:CAPS"/>
 
284
    <keyword type="constant" name="BVW_INFO_COMMENT" link="BaconVideoWidget.html#BVW-INFO-COMMENT:CAPS"/>
 
285
    <keyword type="constant" name="BVW_INFO_ALBUM" link="BaconVideoWidget.html#BVW-INFO-ALBUM:CAPS"/>
 
286
    <keyword type="constant" name="BVW_INFO_DURATION" link="BaconVideoWidget.html#BVW-INFO-DURATION:CAPS"/>
 
287
    <keyword type="constant" name="BVW_INFO_TRACK_NUMBER" link="BaconVideoWidget.html#BVW-INFO-TRACK-NUMBER:CAPS"/>
 
288
    <keyword type="constant" name="BVW_INFO_COVER" link="BaconVideoWidget.html#BVW-INFO-COVER:CAPS"/>
 
289
    <keyword type="constant" name="BVW_INFO_HAS_VIDEO" link="BaconVideoWidget.html#BVW-INFO-HAS-VIDEO:CAPS"/>
 
290
    <keyword type="constant" name="BVW_INFO_DIMENSION_X" link="BaconVideoWidget.html#BVW-INFO-DIMENSION-X:CAPS"/>
 
291
    <keyword type="constant" name="BVW_INFO_DIMENSION_Y" link="BaconVideoWidget.html#BVW-INFO-DIMENSION-Y:CAPS"/>
 
292
    <keyword type="constant" name="BVW_INFO_VIDEO_BITRATE" link="BaconVideoWidget.html#BVW-INFO-VIDEO-BITRATE:CAPS"/>
 
293
    <keyword type="constant" name="BVW_INFO_VIDEO_CODEC" link="BaconVideoWidget.html#BVW-INFO-VIDEO-CODEC:CAPS"/>
 
294
    <keyword type="constant" name="BVW_INFO_FPS" link="BaconVideoWidget.html#BVW-INFO-FPS:CAPS"/>
 
295
    <keyword type="constant" name="BVW_INFO_HAS_AUDIO" link="BaconVideoWidget.html#BVW-INFO-HAS-AUDIO:CAPS"/>
 
296
    <keyword type="constant" name="BVW_INFO_AUDIO_BITRATE" link="BaconVideoWidget.html#BVW-INFO-AUDIO-BITRATE:CAPS"/>
 
297
    <keyword type="constant" name="BVW_INFO_AUDIO_CODEC" link="BaconVideoWidget.html#BVW-INFO-AUDIO-CODEC:CAPS"/>
 
298
    <keyword type="constant" name="BVW_INFO_AUDIO_SAMPLE_RATE" link="BaconVideoWidget.html#BVW-INFO-AUDIO-SAMPLE-RATE:CAPS"/>
 
299
    <keyword type="constant" name="BVW_INFO_AUDIO_CHANNELS" link="BaconVideoWidget.html#BVW-INFO-AUDIO-CHANNELS:CAPS"/>
 
300
    <keyword type="constant" name="VISUAL_SMALL" link="BaconVideoWidget.html#VISUAL-SMALL:CAPS"/>
 
301
    <keyword type="constant" name="VISUAL_NORMAL" link="BaconVideoWidget.html#VISUAL-NORMAL:CAPS"/>
 
302
    <keyword type="constant" name="VISUAL_LARGE" link="BaconVideoWidget.html#VISUAL-LARGE:CAPS"/>
 
303
    <keyword type="constant" name="VISUAL_EXTRA_LARGE" link="BaconVideoWidget.html#VISUAL-EXTRA-LARGE:CAPS"/>
 
304
    <keyword type="constant" name="NUM_VISUAL_QUALITIES" link="BaconVideoWidget.html#NUM-VISUAL-QUALITIES:CAPS"/>
 
305
    <keyword type="constant" name="BVW_VIDEO_BRIGHTNESS" link="BaconVideoWidget.html#BVW-VIDEO-BRIGHTNESS:CAPS"/>
 
306
    <keyword type="constant" name="BVW_VIDEO_CONTRAST" link="BaconVideoWidget.html#BVW-VIDEO-CONTRAST:CAPS"/>
 
307
    <keyword type="constant" name="BVW_VIDEO_SATURATION" link="BaconVideoWidget.html#BVW-VIDEO-SATURATION:CAPS"/>
 
308
    <keyword type="constant" name="BVW_VIDEO_HUE" link="BaconVideoWidget.html#BVW-VIDEO-HUE:CAPS"/>
 
309
    <keyword type="constant" name="BVW_ERROR_AUDIO_PLUGIN" link="BaconVideoWidget.html#BVW-ERROR-AUDIO-PLUGIN:CAPS"/>
 
310
    <keyword type="constant" name="BVW_ERROR_NO_PLUGIN_FOR_FILE" link="BaconVideoWidget.html#BVW-ERROR-NO-PLUGIN-FOR-FILE:CAPS"/>
 
311
    <keyword type="constant" name="BVW_ERROR_VIDEO_PLUGIN" link="BaconVideoWidget.html#BVW-ERROR-VIDEO-PLUGIN:CAPS"/>
 
312
    <keyword type="constant" name="BVW_ERROR_AUDIO_BUSY" link="BaconVideoWidget.html#BVW-ERROR-AUDIO-BUSY:CAPS"/>
 
313
    <keyword type="constant" name="BVW_ERROR_BROKEN_FILE" link="BaconVideoWidget.html#BVW-ERROR-BROKEN-FILE:CAPS"/>
 
314
    <keyword type="constant" name="BVW_ERROR_FILE_GENERIC" link="BaconVideoWidget.html#BVW-ERROR-FILE-GENERIC:CAPS"/>
 
315
    <keyword type="constant" name="BVW_ERROR_FILE_PERMISSION" link="BaconVideoWidget.html#BVW-ERROR-FILE-PERMISSION:CAPS"/>
 
316
    <keyword type="constant" name="BVW_ERROR_FILE_ENCRYPTED" link="BaconVideoWidget.html#BVW-ERROR-FILE-ENCRYPTED:CAPS"/>
 
317
    <keyword type="constant" name="BVW_ERROR_FILE_NOT_FOUND" link="BaconVideoWidget.html#BVW-ERROR-FILE-NOT-FOUND:CAPS"/>
 
318
    <keyword type="constant" name="BVW_ERROR_DVD_ENCRYPTED" link="BaconVideoWidget.html#BVW-ERROR-DVD-ENCRYPTED:CAPS"/>
 
319
    <keyword type="constant" name="BVW_ERROR_INVALID_DEVICE" link="BaconVideoWidget.html#BVW-ERROR-INVALID-DEVICE:CAPS"/>
 
320
    <keyword type="constant" name="BVW_ERROR_DEVICE_BUSY" link="BaconVideoWidget.html#BVW-ERROR-DEVICE-BUSY:CAPS"/>
 
321
    <keyword type="constant" name="BVW_ERROR_UNKNOWN_HOST" link="BaconVideoWidget.html#BVW-ERROR-UNKNOWN-HOST:CAPS"/>
 
322
    <keyword type="constant" name="BVW_ERROR_NETWORK_UNREACHABLE" link="BaconVideoWidget.html#BVW-ERROR-NETWORK-UNREACHABLE:CAPS"/>
 
323
    <keyword type="constant" name="BVW_ERROR_CONNECTION_REFUSED" link="BaconVideoWidget.html#BVW-ERROR-CONNECTION-REFUSED:CAPS"/>
 
324
    <keyword type="constant" name="BVW_ERROR_INVALID_LOCATION" link="BaconVideoWidget.html#BVW-ERROR-INVALID-LOCATION:CAPS"/>
 
325
    <keyword type="constant" name="BVW_ERROR_GENERIC" link="BaconVideoWidget.html#BVW-ERROR-GENERIC:CAPS"/>
 
326
    <keyword type="constant" name="BVW_ERROR_CODEC_NOT_HANDLED" link="BaconVideoWidget.html#BVW-ERROR-CODEC-NOT-HANDLED:CAPS"/>
 
327
    <keyword type="constant" name="BVW_ERROR_AUDIO_ONLY" link="BaconVideoWidget.html#BVW-ERROR-AUDIO-ONLY:CAPS"/>
 
328
    <keyword type="constant" name="BVW_ERROR_CANNOT_CAPTURE" link="BaconVideoWidget.html#BVW-ERROR-CANNOT-CAPTURE:CAPS"/>
 
329
    <keyword type="constant" name="BVW_ERROR_READ_ERROR" link="BaconVideoWidget.html#BVW-ERROR-READ-ERROR:CAPS"/>
 
330
    <keyword type="constant" name="BVW_ERROR_PLUGIN_LOAD" link="BaconVideoWidget.html#BVW-ERROR-PLUGIN-LOAD:CAPS"/>
 
331
    <keyword type="constant" name="BVW_ERROR_EMPTY_FILE" link="BaconVideoWidget.html#BVW-ERROR-EMPTY-FILE:CAPS"/>
 
332
    <keyword type="constant" name="BVW_USE_TYPE_VIDEO" link="BaconVideoWidget.html#BVW-USE-TYPE-VIDEO:CAPS"/>
 
333
    <keyword type="constant" name="BVW_USE_TYPE_AUDIO" link="BaconVideoWidget.html#BVW-USE-TYPE-AUDIO:CAPS"/>
 
334
    <keyword type="constant" name="BVW_USE_TYPE_CAPTURE" link="BaconVideoWidget.html#BVW-USE-TYPE-CAPTURE:CAPS"/>
 
335
    <keyword type="constant" name="BVW_USE_TYPE_METADATA" link="BaconVideoWidget.html#BVW-USE-TYPE-METADATA:CAPS"/>
332
336
  </functions>
333
337
</book>