Home
last modified time | relevance | path

Searched refs:autoplay (Results 1 – 25 of 2007) sorted by relevance

12345678910>>...81

/dports/www/firefox/firefox-99.0/testing/raptor/raptor/tests/benchmarks/
H A Dyoutube-playback.ini31 preferences = {"media.autoplay.default": 0,
33 "media.autoplay.blocking_policy": 0,
78 preferences = {"media.autoplay.default": 0,
80 "media.autoplay.blocking_policy": 0,
90 preferences = {"media.autoplay.default": 0,
92 "media.autoplay.blocking_policy": 0,
120 preferences = {"media.autoplay.default": 0,
132 preferences = {"media.autoplay.default": 0,
148 preferences = {"media.autoplay.default": 0,
161 preferences = {"media.autoplay.default": 0,
[all …]
H A Draptor-youtube-playback-h264.ini23 preferences = {"media.autoplay.default": 0,
24 "media.autoplay.ask-permission": false,
25 "media.autoplay.blocking_policy": 0,
26 "media.autoplay.block-webaudio": false,
37 preferences = {"media.autoplay.default": 0,
38 "media.autoplay.ask-permission": false,
39 "media.autoplay.blocking_policy": 0,
40 "media.autoplay.block-webaudio": false,
48 preferences = {"media.autoplay.default": 0,
49 "media.autoplay.ask-permission": false,
[all …]
H A Draptor-youtube-playback-v9.ini23 preferences = {"media.autoplay.default": 0,
24 "media.autoplay.ask-permission": false,
25 "media.autoplay.blocking_policy": 0,
26 "media.autoplay.block-webaudio": false,
37 preferences = {"media.autoplay.default": 0,
38 "media.autoplay.ask-permission": false,
39 "media.autoplay.blocking_policy": 0,
40 "media.autoplay.block-webaudio": false,
48 preferences = {"media.autoplay.default": 0,
49 "media.autoplay.ask-permission": false,
[all …]
H A Dwebaudio.ini19 preferences = {"media.autoplay.default": 0,
20 "media.autoplay.ask-permission": false,
21 "media.autoplay.blocking_policy": 0,
22 "media.autoplay.block-webaudio": false,
24 "media.block-autoplay-until-in-foreground": false}
/dports/www/chromium-legacy/chromium-88.0.4324.182/docs/media/
H A Dautoplay.md4 desktop, autoplay is always allowed. On mobile, only muted video elements are
5 allowed to autoplay. The autoplay logic follows
9 There are two ways of initiating autoplay:
11 * Autoplay by attribute: Setting the `autoplay` attribute on the media element.
12 The element will try to autoplay when the `readyState` changes to
17 All the autoplay logic is handled by the AutoplayPolicy class. When the media
18 element wants to perform some action (like unmute, autoplay by attribute or
27 autoplay, the lock is initialized as `false`, otherwise it's `true`.
39 The treatments of autoplay by different methods are different. For autoplay by
44 This means if autoplay is initiated by attribute, it enters the autoplaying
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/docs/media/
H A Dautoplay.md4 desktop, autoplay is always allowed. On mobile, only muted video elements are
5 allowed to autoplay. The autoplay logic follows
9 There are two ways of initiating autoplay:
11 * Autoplay by attribute: Setting the `autoplay` attribute on the media element.
12 The element will try to autoplay when the `readyState` changes to
17 All the autoplay logic is handled by the AutoplayPolicy class. When the media
18 element wants to perform some action (like unmute, autoplay by attribute or
27 autoplay, the lock is initialized as `false`, otherwise it's `true`.
39 The treatments of autoplay by different methods are different. For autoplay by
44 This means if autoplay is initiated by attribute, it enters the autoplaying
[all …]
/dports/www/elixir-phoenix_html/phoenix_html-2.11.2/test/phoenix_html/
H A Dtag_test.exs29 assert tag(:audio, autoplay: "autoplay") |> safe_to_string() ==
30 ~s(<audio autoplay="autoplay">)
32 assert tag(:audio, autoplay: true) |> safe_to_string() == ~s(<audio autoplay>)
33 assert tag(:audio, autoplay: false) |> safe_to_string() == ~s(<audio>)
34 assert tag(:audio, autoplay: nil) |> safe_to_string() == ~s(<audio>)
79 assert content_tag(:div, [autoplay: "autoplay"], do: "") |> safe_to_string() ==
80 ~s(<div autoplay="autoplay"></div>)
82 assert content_tag(:div, [autoplay: true], do: "") |> safe_to_string() ==
83 ~s(<div autoplay></div>)
85 assert content_tag(:div, [autoplay: false], do: "") |> safe_to_string() == ~s(<div></div>)
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/7.5/
H A DFeature-66371-IntroduceAutoplayOptionForVideoAndAudioFiles.rst5 Feature: #66371 - Introduce autoplay option for video and audio files
15 To improve the usability of this feature an autoplay checkbox has been added to
19 To make the autoplay option available in sys_file_reference records, make use of
22 However, the autoplay property of the `sys_file_reference` is only taken into
23 account if the view helper does not explicitly specify an autoplay option.
58 <code title="MP4 Video Object with autoplay option set regardless of sys_file_reference checkbox">
59 <f:media file="{file}" width="400" height="375" additionalConfig="{autoplay: '1'}" />
62 …<video width="400" height="375" controls autoplay><source src="fileadmin/user_upload/my-video.mp4"…
65 …<code title="MP4 Video Object without autoplay option set will respect the configuration of the sy…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/7.5/
H A DFeature-66371-IntroduceAutoplayOptionForVideoAndAudioFiles.rst5 Feature: #66371 - Introduce autoplay option for video and audio files
15 To improve the usability of this feature an autoplay checkbox has been added to
19 To make the autoplay option available in sys_file_reference records, make use of
22 However, the autoplay property of the `sys_file_reference` is only taken into
23 account if the view helper does not explicitly specify an autoplay option.
58 <code title="MP4 Video Object with autoplay option set regardless of sys_file_reference checkbox">
59 <f:media file="{file}" width="400" height="375" additionalConfig="{autoplay: '1'}" />
62 …<video width="400" height="375" controls autoplay><source src="fileadmin/user_upload/my-video.mp4"…
65 …<code title="MP4 Video Object without autoplay option set will respect the configuration of the sy…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/7.5/
H A DFeature-66371-IntroduceAutoplayOptionForVideoAndAudioFiles.rst5 Feature: #66371 - Introduce autoplay option for video and audio files
15 To improve the usability of this feature an autoplay checkbox has been added to
19 To make the autoplay option available in sys_file_reference records, make use of
22 However, the autoplay property of the `sys_file_reference` is only taken into
23 account if the view helper does not explicitly specify an autoplay option.
58 <code title="MP4 Video Object with autoplay option set regardless of sys_file_reference checkbox">
59 <f:media file="{file}" width="400" height="375" additionalConfig="{autoplay: '1'}" />
62 …<video width="400" height="375" controls autoplay><source src="fileadmin/user_upload/my-video.mp4"…
65 …<code title="MP4 Video Object without autoplay option set will respect the configuration of the sy…
/dports/multimedia/totem-pl-parser/totem-pl-parser-3.26.5/plparse/
H A Dtotem-pl-parser-qt.c75 char *volume, *autoplay, *rtspuri; in totem_pl_parser_add_quicktime_rtsptext() local
86 autoplay = totem_pl_parser_read_ini_line_string_with_sep in totem_pl_parser_add_quicktime_rtsptext()
104 TOTEM_PL_PARSER_FIELD_AUTOPLAY, autoplay, in totem_pl_parser_add_quicktime_rtsptext()
108 g_free (autoplay); in totem_pl_parser_add_quicktime_rtsptext()
124 const char *item_uri, *autoplay; in totem_pl_parser_add_quicktime_metalink() local
186 autoplay = xml_parser_get_property (doc, "autoplay"); in totem_pl_parser_add_quicktime_metalink()
188 if (autoplay == NULL) in totem_pl_parser_add_quicktime_metalink()
189 autoplay = "true"; in totem_pl_parser_add_quicktime_metalink()
193 TOTEM_PL_PARSER_FIELD_AUTOPLAY, autoplay, in totem_pl_parser_add_quicktime_metalink()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/test/external/external_media_tests/urls/youtube/
H A Dmedium1-60.ini5 [https://www.youtube.com/embed/6SFp1z7uA6g?autoplay=1]
7 [https://www.youtube.com/embed/Aebs62bX0dA?autoplay=1]
9 [https://www.youtube.com/embed/l5ODwR6FPRQ?autoplay=1]
14 [https://www.youtube.com/embed/cht9Xq9suGg?autoplay=1]
16 [https://www.youtube.com/embed/orybDrUj4vA?autoplay=1]
18 [https://www.youtube.com/embed/tDDVAErOI5U?autoplay=1]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/html/semantics/embedded-content/media-elements/
H A Dautoplay-allowed-by-feature-policy-attribute.https.sub.html.ini2 [autoplay-allowed-by-feature-policy-attribute.https.sub.html]
4 [Feature policy "autoplay" can be enabled in same-origin iframe using allow="autoplay" attribute]
7 [Feature policy "autoplay" can be enabled in cross-origin iframe using allow="autoplay" attribute]
H A Dautoplay-default-feature-policy.https.sub.html.ini2 [autoplay-default-feature-policy.https.sub.html]
4 [Default "autoplay" feature policy ["self"\] allows same-origin iframes.]
7 [Default "autoplay" feature policy ["self"\] allows the top-level document.]
10 [Default "autoplay" feature policy ["self"\] disallows cross-origin iframes.]
H A Dautoplay-disabled-by-feature-policy.https.sub.html.ini2 [autoplay-disabled-by-feature-policy.https.sub.html]
4 [Feature-Policy header: autoplay "none" disallows same-origin iframes.]
7 [Feature-Policy header: autoplay "none" has no effect on the top level document.]
10 [Feature-Policy header: autoplay "none" disallows cross-origin iframes.]
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/owl.carousel/docs_src/templates/pages/demos/
H A Dautoplay.hbs36 autoplay:false
49 autoplay:true,
55 owl.trigger('play.owl.autoplay',[1000])
59 owl.trigger('stop.owl.autoplay')
72 autoplay:true,
78 owl.trigger('play.owl.autoplay',[1000])
82 owl.trigger('stop.owl.autoplay')
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/owl.carousel/docs_src/templates/pages/demos/
H A Dautoplay.hbs36 autoplay:false
49 autoplay:true,
55 owl.trigger('play.owl.autoplay',[1000])
59 owl.trigger('stop.owl.autoplay')
72 autoplay:true,
78 owl.trigger('play.owl.autoplay',[1000])
82 owl.trigger('stop.owl.autoplay')
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/test/external/external_media_tests/urls/
H A Ddefault.ini3 [https://youtube.com/embed/AbAACm1IQE0?autoplay=1]
5 [https://youtube.com/embed/yOQQCoxs8-k?autoplay=1]
7 [https://youtube.com/embed/1visYpIREUM?autoplay=1]
9 [https://youtube.com/embed/rjmuKV9BTkE?autoplay=1]
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Dmildom.py170 autoplay = self._call_api(
177 autoplay, (
182 autoplay, (
186 autoplay, (
191 'url': autoplay['audio_url'],
198 for fmt in autoplay['video_link']:
203 'width': fmt['level'] * autoplay['video_width'] // autoplay['video_height'],
/dports/devel/py-jupyterlab/jupyterlab-3.1.14/docs/source/user/
H A Dnotebook.rst28 …okie.com/embed/QL0IxDAOEc0?rel=0&amp;showinfo=0" frameborder="0" allow="autoplay; encrypted-media"…
40 …okie.com/embed/y3xzXelypjs?rel=0&amp;showinfo=0" frameborder="0" allow="autoplay; encrypted-media"…
55 …okie.com/embed/J9xoTGdqWIo?rel=0&amp;showinfo=0" frameborder="0" allow="autoplay; encrypted-media"…
65 …okie.com/embed/YTNZ5TS2LfU?rel=0&amp;showinfo=0" frameborder="0" allow="autoplay; encrypted-media"…
75 …okie.com/embed/SQn9aRc050w?rel=0&amp;showinfo=0" frameborder="0" allow="autoplay; encrypted-media"…
86 …okie.com/embed/WgiX3ZRaTiY?rel=0&amp;showinfo=0" frameborder="0" allow="autoplay; encrypted-media"…
97 …okie.com/embed/U4usAUZCv_c?rel=0&amp;showinfo=0" frameborder="0" allow="autoplay; encrypted-media"…
107 …okie.com/embed/Asa_ML45HP8?rel=0&amp;showinfo=0" frameborder="0" allow="autoplay; encrypted-media"…
118 …okie.com/embed/MuNr0i8LgpM?rel=0&amp;showinfo=0" frameborder="0" allow="autoplay; encrypted-media"…
133 …okie.com/embed/TgqMK1SG7XI?rel=0&amp;showinfo=0" frameborder="0" allow="autoplay; encrypted-media"…
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkvideo.c68 guint autoplay : 1; member
153 if (self->autoplay && self->media_stream) in gtk_video_unrealize()
174 if (self->autoplay && in gtk_video_map()
200 if (self->autoplay && self->media_stream) in gtk_video_hide()
585 if (self->autoplay && in gtk_video_notify_cb()
618 if (self->autoplay) in gtk_video_set_media_stream()
649 if (self->autoplay && in gtk_video_set_media_stream()
808 return self->autoplay; in gtk_video_get_autoplay()
821 gboolean autoplay) in gtk_video_set_autoplay() argument
825 if (self->autoplay == autoplay) in gtk_video_set_autoplay()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/deprecated/old_arch/GPAX/
H A DGPAX.h134 /* [in] */ VARIANT_BOOL autoplay) = 0;
222 /* [retval][out] */ VARIANT_BOOL __RPC_FAR *autoplay);
226 /* [in] */ VARIANT_BOOL autoplay);
288 #define IGPAX_get_AutoStart(This,autoplay) \ argument
289 (This)->lpVtbl -> get_AutoStart(This,autoplay)
291 #define IGPAX_put_AutoStart(This,autoplay) \ argument
292 (This)->lpVtbl -> put_AutoStart(This,autoplay)
395 /* [retval][out] */ VARIANT_BOOL __RPC_FAR *autoplay);
407 /* [in] */ VARIANT_BOOL autoplay);
418 /* [retval][out] */ INT __RPC_FAR *autoplay);
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/deprecated/old_arch/GPAX/
H A DGPAX.h134 /* [in] */ VARIANT_BOOL autoplay) = 0;
222 /* [retval][out] */ VARIANT_BOOL __RPC_FAR *autoplay);
226 /* [in] */ VARIANT_BOOL autoplay);
288 #define IGPAX_get_AutoStart(This,autoplay) \ argument
289 (This)->lpVtbl -> get_AutoStart(This,autoplay)
291 #define IGPAX_put_AutoStart(This,autoplay) \ argument
292 (This)->lpVtbl -> put_AutoStart(This,autoplay)
395 /* [retval][out] */ VARIANT_BOOL __RPC_FAR *autoplay);
407 /* [in] */ VARIANT_BOOL autoplay);
418 /* [retval][out] */ INT __RPC_FAR *autoplay);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/html/semantics/embedded-content/media-elements/
H A Dautoplay-disabled-by-feature-policy.https.sub.html.ini2 [autoplay-disabled-by-feature-policy.https.sub.html]
3 [Feature-Policy header: autoplay "none" disallows same-origin iframes.]
6 [Feature-Policy header: autoplay "none" disallows cross-origin iframes.]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/html/semantics/embedded-content/media-elements/
H A Dautoplay-disabled-by-feature-policy.https.sub.html.ini2 [autoplay-disabled-by-feature-policy.https.sub.html]
3 [Feature-Policy header: autoplay "none" disallows same-origin iframes.]
6 [Feature-Policy header: autoplay "none" disallows cross-origin iframes.]

12345678910>>...81