~walkerlee/totem/pre-interview

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-05-26 00:07:51 UTC
  • mfrom: (1.6.1) (24.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20130526000751-kv8ap3x1di4qq8j2
Tags: 3.8.2-0ubuntu1
* Sync with Debian. Remaining changes: 
* debian/control.in:
  - Drop build-depends on libepc-ui-dev and libgrilo-0.2-dev (in universe)
  - Drop libxtst-dev build-depends so that the (redundant) fake key presses
    for inhibiting the screensaver are disabled (LP: #1007438)
  - Build-depend on libzeitgeist-dev
  - Suggest rather than recommend gstreamer components in universe
  - Add totem-plugins-extra
  - Add XB-Npp-Description and XB-Npp-Filename header to the 
    totem-mozilla package to improve ubufox/ubuntu plugin db integration 
  - Refer to Firefox in totem-mozilla description instead of Iceweasel
  - Don't have totem-mozilla recommend any particular browser
  - Drop obsolete python library dependencies since iplayer is no longer
    included
* debian/totem-common.install, debian/source_totem.py:
  - Install Ubuntu apport debugging hook
* debian/totem-plugins-extra.install:
  - Universe plugins split out of totem-plugins (currently only gromit)
* debian/totem-plugins.install:    
  - Skip the plugins split to -extra and add the zeitgeist plugin
* debian/rules:
  - Build with --fail-missing, to ensure we install everything. 
    + Ignore libtotem.{,l}a since we delibrately don't install these.
  - Re-enable hardening, make sure both PIE and BINDNOW are used
    by setting hardening=+all. (LP: #1039604)
* debian/patches/91_quicklist_entries.patch:
  - Add static quicklist
* debian/patches/92_gst-plugins-good.patch:
  - Build without unnecessary gstreamer1.0-bad dependency
* debian/patches/93_grilo_optional.patch:
  - Allow building without grilo while grilo MIR is still pending
* debian/patches/correct_desktop_mimetypes.patch:
  - Don't list the mimetypes after the unity lists
* debian/patches/revert_shell_menu.patch: 
  - revert the use of a shell menu until indicator-appmenu can handle
    the mixed shell/traditional menus itself
* New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
      <sub name="TotemPlugin" link="totem-TotemPlugin.html"/>
12
12
      <sub name="BaconVideoWidget" link="BaconVideoWidget.html"/>
13
13
    </sub>
14
 
    <sub name="Widgets" link="widget-api.html">
15
 
      <sub name="TotemVideoList" link="TotemVideoList.html"/>
16
 
      <sub name="TotemCellRendererVideo" link="TotemCellRendererVideo.html"/>
17
 
    </sub>
18
14
    <sub name="Index of all symbols" link="api-index-full.html"/>
19
15
    <sub name="Index of new symbols in 2.90.0" link="ix02.html"/>
20
16
    <sub name="Index of new symbols in 2.90.6" link="ix03.html"/>
26
22
    </sub>
27
23
  </chapters>
28
24
  <functions>
29
 
    <keyword type="" name="Locations" link="totem-plugins.html#id456205"/>
30
 
    <keyword type="" name="The .plugin File" link="totem-plugins.html#id458659"/>
31
 
    <keyword type="" name="Writing a Plugin" link="totem-plugins.html#id477425"/>
 
25
    <keyword type="" name="Locations" link="totem-plugins.html#idm270158762432"/>
 
26
    <keyword type="" name="The .plugin File" link="totem-plugins.html#idm270159981136"/>
 
27
    <keyword type="" name="Writing a Plugin" link="totem-plugins.html#idm270159712992"/>
32
28
    <keyword type="typedef" name="Totem" link="TotemObject.html#Totem"/>
33
29
    <keyword type="struct" name="TotemObject" link="TotemObject.html#TotemObject-struct"/>
34
 
    <keyword type="struct" name="TotemObjectClass" link="TotemObject.html#TotemObjectClass"/>
35
30
    <keyword type="enum" name="enum TotemRemoteCommand" link="TotemObject.html#TotemRemoteCommand"/>
36
31
    <keyword type="enum" name="enum TotemRemoteSetting" link="TotemObject.html#TotemRemoteSetting"/>
37
32
    <keyword type="macro" name="TOTEM_GSETTINGS_SCHEMA" link="TotemObject.html#TOTEM-GSETTINGS-SCHEMA:CAPS"/>
44
39
    <keyword type="function" name="totem_object_action_exit ()" link="TotemObject.html#totem-object-action-exit"/>
45
40
    <keyword type="function" name="totem_object_add_to_playlist_and_play ()" link="TotemObject.html#totem-object-add-to-playlist-and-play"/>
46
41
    <keyword type="function" name="totem_object_action_play ()" link="TotemObject.html#totem-object-action-play"/>
47
 
    <keyword type="function" name="totem_action_play_media ()" link="TotemObject.html#totem-action-play-media"/>
48
 
    <keyword type="function" name="totem_action_play_media_device ()" link="TotemObject.html#totem-action-play-media-device"/>
49
42
    <keyword type="function" name="totem_object_action_play_pause ()" link="TotemObject.html#totem-object-action-play-pause"/>
50
43
    <keyword type="function" name="totem_action_pause ()" link="TotemObject.html#totem-action-pause"/>
51
44
    <keyword type="function" name="totem_object_action_stop ()" link="TotemObject.html#totem-object-action-stop"/>
74
67
    <keyword type="function" name="totem_object_is_seekable ()" link="TotemObject.html#totem-object-is-seekable"/>
75
68
    <keyword type="function" name="totem_object_get_main_window ()" link="TotemObject.html#totem-object-get-main-window"/>
76
69
    <keyword type="function" name="totem_object_get_ui_manager ()" link="TotemObject.html#totem-object-get-ui-manager"/>
77
 
    <keyword type="function" name="totem_get_video_widget ()" link="TotemObject.html#totem-get-video-widget"/>
78
 
    <keyword type="function" name="totem_get_video_widget_backend_name ()" link="TotemObject.html#totem-get-video-widget-backend-name"/>
79
70
    <keyword type="function" name="totem_object_get_current_mrl ()" link="TotemObject.html#totem-object-get-current-mrl"/>
 
71
    <keyword type="function" name="totem_object_get_video_widget ()" link="TotemObject.html#totem-object-get-video-widget"/>
80
72
    <keyword type="function" name="totem_get_current_time ()" link="TotemObject.html#totem-get-current-time"/>
81
73
    <keyword type="function" name="totem_object_set_current_subtitle ()" link="TotemObject.html#totem-object-set-current-subtitle"/>
82
74
    <keyword type="function" name="totem_object_get_playlist_length ()" link="TotemObject.html#totem-object-get-playlist-length"/>
89
81
    <keyword type="function" name="totem_object_remove_sidebar_page ()" link="TotemObject.html#totem-object-remove-sidebar-page"/>
90
82
    <keyword type="function" name="totem_object_get_supported_content_types ()" link="TotemObject.html#totem-object-get-supported-content-types" since="3.1.5"/>
91
83
    <keyword type="function" name="totem_object_get_supported_uri_schemes ()" link="TotemObject.html#totem-object-get-supported-uri-schemes" since="3.1.5"/>
 
84
    <keyword type="property" name="The &quot;current-content-type&quot; property" link="TotemObject.html#TotemObject--current-content-type"/>
 
85
    <keyword type="property" name="The &quot;current-display-name&quot; property" link="TotemObject.html#TotemObject--current-display-name"/>
92
86
    <keyword type="property" name="The &quot;current-mrl&quot; property" link="TotemObject.html#TotemObject--current-mrl"/>
93
87
    <keyword type="property" name="The &quot;current-time&quot; property" link="TotemObject.html#TotemObject--current-time"/>
94
88
    <keyword type="property" name="The &quot;fullscreen&quot; property" link="TotemObject.html#TotemObject--fullscreen"/>
97
91
    <keyword type="property" name="The &quot;seekable&quot; property" link="TotemObject.html#TotemObject--seekable"/>
98
92
    <keyword type="property" name="The &quot;stream-length&quot; property" link="TotemObject.html#TotemObject--stream-length"/>
99
93
    <keyword type="signal" name="The &quot;file-closed&quot; signal" link="TotemObject.html#TotemObject-file-closed"/>
 
94
    <keyword type="signal" name="The &quot;file-has-played&quot; signal" link="TotemObject.html#TotemObject-file-has-played"/>
100
95
    <keyword type="signal" name="The &quot;file-opened&quot; signal" link="TotemObject.html#TotemObject-file-opened"/>
101
96
    <keyword type="signal" name="The &quot;get-text-subtitle&quot; signal" link="TotemObject.html#TotemObject-get-text-subtitle"/>
102
97
    <keyword type="signal" name="The &quot;get-user-agent&quot; signal" link="TotemObject.html#TotemObject-get-user-agent"/>
113
108
    <keyword type="struct" name="BaconVideoWidgetClass" link="BaconVideoWidget.html#BaconVideoWidgetClass"/>
114
109
    <keyword type="enum" name="enum BvwAspectRatio" link="BaconVideoWidget.html#BvwAspectRatio"/>
115
110
    <keyword type="enum" name="enum BvwAudioOutputType" link="BaconVideoWidget.html#BvwAudioOutputType"/>
116
 
    <keyword type="enum" name="enum BvwConnectionSpeed" link="BaconVideoWidget.html#BvwConnectionSpeed"/>
117
111
    <keyword type="enum" name="enum BvwDVDEvent" link="BaconVideoWidget.html#BvwDVDEvent"/>
118
112
    <keyword type="enum" name="enum BvwMetadataType" link="BaconVideoWidget.html#BvwMetadataType"/>
 
113
    <keyword type="enum" name="enum BvwRotation" link="BaconVideoWidget.html#BvwRotation"/>
119
114
    <keyword type="enum" name="enum BvwVisualizationQuality" link="BaconVideoWidget.html#BvwVisualizationQuality"/>
120
115
    <keyword type="enum" name="enum BvwVideoProperty" link="BaconVideoWidget.html#BvwVideoProperty"/>
121
116
    <keyword type="enum" name="enum BvwZoomMode" link="BaconVideoWidget.html#BvwZoomMode"/>
139
134
    <keyword type="function" name="bacon_video_widget_set_audio_output_type ()" link="BaconVideoWidget.html#bacon-video-widget-set-audio-output-type"/>
140
135
    <keyword type="function" name="bacon_video_widget_get_auto_resize ()" link="BaconVideoWidget.html#bacon-video-widget-get-auto-resize"/>
141
136
    <keyword type="function" name="bacon_video_widget_set_auto_resize ()" link="BaconVideoWidget.html#bacon-video-widget-set-auto-resize"/>
142
 
    <keyword type="function" name="bacon_video_widget_get_backend_name ()" link="BaconVideoWidget.html#bacon-video-widget-get-backend-name"/>
143
 
    <keyword type="function" name="bacon_video_widget_get_connection_speed ()" link="BaconVideoWidget.html#bacon-video-widget-get-connection-speed"/>
144
 
    <keyword type="function" name="bacon_video_widget_set_connection_speed ()" link="BaconVideoWidget.html#bacon-video-widget-set-connection-speed"/>
145
137
    <keyword type="function" name="bacon_video_widget_get_current_frame ()" link="BaconVideoWidget.html#bacon-video-widget-get-current-frame"/>
146
138
    <keyword type="function" name="bacon_video_widget_get_current_time ()" link="BaconVideoWidget.html#bacon-video-widget-get-current-time"/>
147
139
    <keyword type="function" name="bacon_video_widget_get_deinterlacing ()" link="BaconVideoWidget.html#bacon-video-widget-get-deinterlacing"/>
154
146
    <keyword type="function" name="bacon_video_widget_get_logo_mode ()" link="BaconVideoWidget.html#bacon-video-widget-get-logo-mode"/>
155
147
    <keyword type="function" name="bacon_video_widget_set_logo_mode ()" link="BaconVideoWidget.html#bacon-video-widget-set-logo-mode"/>
156
148
    <keyword type="function" name="bacon_video_widget_get_metadata ()" link="BaconVideoWidget.html#bacon-video-widget-get-metadata"/>
157
 
    <keyword type="function" name="bacon_video_widget_get_mrls ()" link="BaconVideoWidget.html#bacon-video-widget-get-mrls"/>
158
149
    <keyword type="function" name="bacon_video_widget_get_option_group ()" link="BaconVideoWidget.html#bacon-video-widget-get-option-group"/>
159
150
    <keyword type="function" name="bacon_video_widget_get_position ()" link="BaconVideoWidget.html#bacon-video-widget-get-position"/>
160
151
    <keyword type="function" name="bacon_video_widget_set_referrer ()" link="BaconVideoWidget.html#bacon-video-widget-set-referrer"/>
 
152
    <keyword type="function" name="bacon_video_widget_get_rotation ()" link="BaconVideoWidget.html#bacon-video-widget-get-rotation"/>
 
153
    <keyword type="function" name="bacon_video_widget_set_rotation ()" link="BaconVideoWidget.html#bacon-video-widget-set-rotation"/>
161
154
    <keyword type="function" name="bacon_video_widget_set_scale_ratio ()" link="BaconVideoWidget.html#bacon-video-widget-set-scale-ratio"/>
162
155
    <keyword type="function" name="bacon_video_widget_get_show_cursor ()" link="BaconVideoWidget.html#bacon-video-widget-get-show-cursor"/>
163
156
    <keyword type="function" name="bacon_video_widget_set_show_cursor ()" link="BaconVideoWidget.html#bacon-video-widget-set-show-cursor"/>
166
159
    <keyword type="function" name="bacon_video_widget_get_subtitles ()" link="BaconVideoWidget.html#bacon-video-widget-get-subtitles"/>
167
160
    <keyword type="function" name="bacon_video_widget_get_subtitle ()" link="BaconVideoWidget.html#bacon-video-widget-get-subtitle"/>
168
161
    <keyword type="function" name="bacon_video_widget_set_subtitle ()" link="BaconVideoWidget.html#bacon-video-widget-set-subtitle"/>
 
162
    <keyword type="function" name="bacon_video_widget_set_text_subtitle ()" link="BaconVideoWidget.html#bacon-video-widget-set-text-subtitle"/>
169
163
    <keyword type="function" name="bacon_video_widget_set_subtitle_encoding ()" link="BaconVideoWidget.html#bacon-video-widget-set-subtitle-encoding"/>
170
164
    <keyword type="function" name="bacon_video_widget_set_subtitle_font ()" link="BaconVideoWidget.html#bacon-video-widget-set-subtitle-font"/>
171
165
    <keyword type="function" name="bacon_video_widget_set_user_agent ()" link="BaconVideoWidget.html#bacon-video-widget-set-user-agent"/>
184
178
    <keyword type="function" name="bacon_video_widget_has_previous_track ()" link="BaconVideoWidget.html#bacon-video-widget-has-previous-track"/>
185
179
    <keyword type="function" name="bacon_video_widget_is_playing ()" link="BaconVideoWidget.html#bacon-video-widget-is-playing"/>
186
180
    <keyword type="function" name="bacon_video_widget_is_seekable ()" link="BaconVideoWidget.html#bacon-video-widget-is-seekable"/>
 
181
    <keyword type="function" name="bacon_video_widget_get_rate ()" link="BaconVideoWidget.html#bacon-video-widget-get-rate"/>
 
182
    <keyword type="function" name="bacon_video_widget_set_rate ()" link="BaconVideoWidget.html#bacon-video-widget-set-rate"/>
 
183
    <keyword type="function" name="bacon_video_widget_popup_osd ()" link="BaconVideoWidget.html#bacon-video-widget-popup-osd"/>
187
184
    <keyword type="function" name="bacon_video_widget_step ()" link="BaconVideoWidget.html#bacon-video-widget-step"/>
188
185
    <keyword type="property" name="The &quot;audio-output-type&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--audio-output-type"/>
189
186
    <keyword type="property" name="The &quot;auto-resize&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--auto-resize"/>
 
187
    <keyword type="property" name="The &quot;av-offset&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--av-offset"/>
190
188
    <keyword type="property" name="The &quot;brightness&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--brightness"/>
191
189
    <keyword type="property" name="The &quot;contrast&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--contrast"/>
192
190
    <keyword type="property" name="The &quot;deinterlacing&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--deinterlacing"/>
213
211
    <keyword type="signal" name="The &quot;got-redirect&quot; signal" link="BaconVideoWidget.html#BaconVideoWidget-got-redirect"/>
214
212
    <keyword type="signal" name="The &quot;missing-plugins&quot; signal" link="BaconVideoWidget.html#BaconVideoWidget-missing-plugins"/>
215
213
    <keyword type="signal" name="The &quot;tick&quot; signal" link="BaconVideoWidget.html#BaconVideoWidget-tick"/>
216
 
    <keyword type="struct" name="TotemVideoList" link="TotemVideoList.html#TotemVideoList-struct"/>
217
 
    <keyword type="struct" name="TotemVideoListClass" link="TotemVideoList.html#TotemVideoListClass"/>
218
 
    <keyword type="function" name="totem_video_list_new ()" link="TotemVideoList.html#totem-video-list-new"/>
219
 
    <keyword type="function" name="totem_video_list_get_ui_manager ()" link="TotemVideoList.html#totem-video-list-get-ui-manager"/>
220
 
    <keyword type="property" name="The &quot;mrl-column&quot; property" link="TotemVideoList.html#TotemVideoList--mrl-column"/>
221
 
    <keyword type="property" name="The &quot;show-tooltip-uri&quot; property" link="TotemVideoList.html#TotemVideoList--show-tooltip-uri"/>
222
 
    <keyword type="property" name="The &quot;tooltip-column&quot; property" link="TotemVideoList.html#TotemVideoList--tooltip-column"/>
223
 
    <keyword type="property" name="The &quot;totem&quot; property" link="TotemVideoList.html#TotemVideoList--totem"/>
224
 
    <keyword type="signal" name="The &quot;starting-video&quot; signal" link="TotemVideoList.html#TotemVideoList-starting-video"/>
225
 
    <keyword type="struct" name="TotemCellRendererVideo" link="TotemCellRendererVideo.html#TotemCellRendererVideo-struct"/>
226
 
    <keyword type="struct" name="TotemCellRendererVideoClass" link="TotemCellRendererVideo.html#TotemCellRendererVideoClass"/>
227
 
    <keyword type="function" name="totem_cell_renderer_video_new ()" link="TotemCellRendererVideo.html#totem-cell-renderer-video-new"/>
228
 
    <keyword type="property" name="The &quot;alignment&quot; property" link="TotemCellRendererVideo.html#TotemCellRendererVideo--alignment"/>
229
 
    <keyword type="property" name="The &quot;thumbnail&quot; property" link="TotemCellRendererVideo.html#TotemCellRendererVideo--thumbnail"/>
230
 
    <keyword type="property" name="The &quot;title&quot; property" link="TotemCellRendererVideo.html#TotemCellRendererVideo--title"/>
231
 
    <keyword type="property" name="The &quot;use-placeholder&quot; property" link="TotemCellRendererVideo.html#TotemCellRendererVideo--use-placeholder"/>
232
214
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_UNKNOWN" link="TotemObject.html#TOTEM-REMOTE-COMMAND-UNKNOWN:CAPS"/>
233
215
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_PLAY" link="TotemObject.html#TOTEM-REMOTE-COMMAND-PLAY:CAPS"/>
234
216
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_PAUSE" link="TotemObject.html#TOTEM-REMOTE-COMMAND-PAUSE:CAPS"/>
271
253
    <keyword type="constant" name="BVW_AUDIO_SOUND_5CHANNEL" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-5CHANNEL:CAPS"/>
272
254
    <keyword type="constant" name="BVW_AUDIO_SOUND_51CHANNEL" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-51CHANNEL:CAPS"/>
273
255
    <keyword type="constant" name="BVW_AUDIO_SOUND_AC3PASSTHRU" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-AC3PASSTHRU:CAPS"/>
274
 
    <keyword type="constant" name="BVW_SPEED_14_4_MODEM" link="BaconVideoWidget.html#BVW-SPEED-14-4-MODEM:CAPS"/>
275
 
    <keyword type="constant" name="BVW_SPEED_19_2_MODEM" link="BaconVideoWidget.html#BVW-SPEED-19-2-MODEM:CAPS"/>
276
 
    <keyword type="constant" name="BVW_SPEED_28_8_MODEM" link="BaconVideoWidget.html#BVW-SPEED-28-8-MODEM:CAPS"/>
277
 
    <keyword type="constant" name="BVW_SPEED_33_6_MODEM" link="BaconVideoWidget.html#BVW-SPEED-33-6-MODEM:CAPS"/>
278
 
    <keyword type="constant" name="BVW_SPEED_34_4_MODEM" link="BaconVideoWidget.html#BVW-SPEED-34-4-MODEM:CAPS"/>
279
 
    <keyword type="constant" name="BVW_SPEED_56_ISDN" link="BaconVideoWidget.html#BVW-SPEED-56-ISDN:CAPS"/>
280
 
    <keyword type="constant" name="BVW_SPEED_112_ISDN" link="BaconVideoWidget.html#BVW-SPEED-112-ISDN:CAPS"/>
281
 
    <keyword type="constant" name="BVW_SPEED_256_DSL" link="BaconVideoWidget.html#BVW-SPEED-256-DSL:CAPS"/>
282
 
    <keyword type="constant" name="BVW_SPEED_384_DSL" link="BaconVideoWidget.html#BVW-SPEED-384-DSL:CAPS"/>
283
 
    <keyword type="constant" name="BVW_SPEED_512_DSL" link="BaconVideoWidget.html#BVW-SPEED-512-DSL:CAPS"/>
284
 
    <keyword type="constant" name="BVW_SPEED_1500_T1" link="BaconVideoWidget.html#BVW-SPEED-1500-T1:CAPS"/>
285
 
    <keyword type="constant" name="BVW_SPEED_LAN" link="BaconVideoWidget.html#BVW-SPEED-LAN:CAPS"/>
286
256
    <keyword type="constant" name="BVW_DVD_ROOT_MENU" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU:CAPS"/>
287
257
    <keyword type="constant" name="BVW_DVD_TITLE_MENU" link="BaconVideoWidget.html#BVW-DVD-TITLE-MENU:CAPS"/>
288
258
    <keyword type="constant" name="BVW_DVD_SUBPICTURE_MENU" link="BaconVideoWidget.html#BVW-DVD-SUBPICTURE-MENU:CAPS"/>
318
288
    <keyword type="constant" name="BVW_INFO_AUDIO_CODEC" link="BaconVideoWidget.html#BVW-INFO-AUDIO-CODEC:CAPS"/>
319
289
    <keyword type="constant" name="BVW_INFO_AUDIO_SAMPLE_RATE" link="BaconVideoWidget.html#BVW-INFO-AUDIO-SAMPLE-RATE:CAPS"/>
320
290
    <keyword type="constant" name="BVW_INFO_AUDIO_CHANNELS" link="BaconVideoWidget.html#BVW-INFO-AUDIO-CHANNELS:CAPS"/>
 
291
    <keyword type="constant" name="BVW_ROTATION_R_ZERO" link="BaconVideoWidget.html#BVW-ROTATION-R-ZERO:CAPS"/>
 
292
    <keyword type="constant" name="BVW_ROTATION_R_90R" link="BaconVideoWidget.html#BVW-ROTATION-R-90R:CAPS"/>
 
293
    <keyword type="constant" name="BVW_ROTATION_R_180" link="BaconVideoWidget.html#BVW-ROTATION-R-180:CAPS"/>
 
294
    <keyword type="constant" name="BVW_ROTATION_R_90L" link="BaconVideoWidget.html#BVW-ROTATION-R-90L:CAPS"/>
321
295
    <keyword type="constant" name="BVW_VISUALIZATION_SMALL" link="BaconVideoWidget.html#BVW-VISUALIZATION-SMALL:CAPS"/>
322
296
    <keyword type="constant" name="BVW_VISUALIZATION_NORMAL" link="BaconVideoWidget.html#BVW-VISUALIZATION-NORMAL:CAPS"/>
323
297
    <keyword type="constant" name="BVW_VISUALIZATION_LARGE" link="BaconVideoWidget.html#BVW-VISUALIZATION-LARGE:CAPS"/>
328
302
    <keyword type="constant" name="BVW_VIDEO_HUE" link="BaconVideoWidget.html#BVW-VIDEO-HUE:CAPS"/>
329
303
    <keyword type="constant" name="BVW_ZOOM_NONE" link="BaconVideoWidget.html#BVW-ZOOM-NONE:CAPS"/>
330
304
    <keyword type="constant" name="BVW_ZOOM_EXPAND" link="BaconVideoWidget.html#BVW-ZOOM-EXPAND:CAPS"/>
331
 
    <keyword type="constant" name="BVW_ERROR_AUDIO_PLUGIN" link="BaconVideoWidget.html#BVW-ERROR-AUDIO-PLUGIN:CAPS"/>
332
305
    <keyword type="constant" name="BVW_ERROR_NO_PLUGIN_FOR_FILE" link="BaconVideoWidget.html#BVW-ERROR-NO-PLUGIN-FOR-FILE:CAPS"/>
333
 
    <keyword type="constant" name="BVW_ERROR_VIDEO_PLUGIN" link="BaconVideoWidget.html#BVW-ERROR-VIDEO-PLUGIN:CAPS"/>
334
 
    <keyword type="constant" name="BVW_ERROR_AUDIO_BUSY" link="BaconVideoWidget.html#BVW-ERROR-AUDIO-BUSY:CAPS"/>
335
306
    <keyword type="constant" name="BVW_ERROR_BROKEN_FILE" link="BaconVideoWidget.html#BVW-ERROR-BROKEN-FILE:CAPS"/>
336
307
    <keyword type="constant" name="BVW_ERROR_FILE_GENERIC" link="BaconVideoWidget.html#BVW-ERROR-FILE-GENERIC:CAPS"/>
337
308
    <keyword type="constant" name="BVW_ERROR_FILE_PERMISSION" link="BaconVideoWidget.html#BVW-ERROR-FILE-PERMISSION:CAPS"/>
339
310
    <keyword type="constant" name="BVW_ERROR_FILE_NOT_FOUND" link="BaconVideoWidget.html#BVW-ERROR-FILE-NOT-FOUND:CAPS"/>
340
311
    <keyword type="constant" name="BVW_ERROR_DVD_ENCRYPTED" link="BaconVideoWidget.html#BVW-ERROR-DVD-ENCRYPTED:CAPS"/>
341
312
    <keyword type="constant" name="BVW_ERROR_INVALID_DEVICE" link="BaconVideoWidget.html#BVW-ERROR-INVALID-DEVICE:CAPS"/>
342
 
    <keyword type="constant" name="BVW_ERROR_DEVICE_BUSY" link="BaconVideoWidget.html#BVW-ERROR-DEVICE-BUSY:CAPS"/>
343
313
    <keyword type="constant" name="BVW_ERROR_UNKNOWN_HOST" link="BaconVideoWidget.html#BVW-ERROR-UNKNOWN-HOST:CAPS"/>
344
314
    <keyword type="constant" name="BVW_ERROR_NETWORK_UNREACHABLE" link="BaconVideoWidget.html#BVW-ERROR-NETWORK-UNREACHABLE:CAPS"/>
345
315
    <keyword type="constant" name="BVW_ERROR_CONNECTION_REFUSED" link="BaconVideoWidget.html#BVW-ERROR-CONNECTION-REFUSED:CAPS"/>
346
316
    <keyword type="constant" name="BVW_ERROR_INVALID_LOCATION" link="BaconVideoWidget.html#BVW-ERROR-INVALID-LOCATION:CAPS"/>
347
317
    <keyword type="constant" name="BVW_ERROR_GENERIC" link="BaconVideoWidget.html#BVW-ERROR-GENERIC:CAPS"/>
348
318
    <keyword type="constant" name="BVW_ERROR_CODEC_NOT_HANDLED" link="BaconVideoWidget.html#BVW-ERROR-CODEC-NOT-HANDLED:CAPS"/>
349
 
    <keyword type="constant" name="BVW_ERROR_AUDIO_ONLY" link="BaconVideoWidget.html#BVW-ERROR-AUDIO-ONLY:CAPS"/>
350
319
    <keyword type="constant" name="BVW_ERROR_CANNOT_CAPTURE" link="BaconVideoWidget.html#BVW-ERROR-CANNOT-CAPTURE:CAPS"/>
351
320
    <keyword type="constant" name="BVW_ERROR_READ_ERROR" link="BaconVideoWidget.html#BVW-ERROR-READ-ERROR:CAPS"/>
352
321
    <keyword type="constant" name="BVW_ERROR_PLUGIN_LOAD" link="BaconVideoWidget.html#BVW-ERROR-PLUGIN-LOAD:CAPS"/>