arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
cef_display_handler_t.on_media_access_change
arsd
webview
cef_display_handler_t
Called when the browser's access to an audio and/or video source has changed.
struct
cef_display_handler_t
extern (
System
)
void
function
(
cef_display_handler_t
*
self
,
cef_browser_t
*
browser
,
int
has_video_access
,
int
has_audio_access
)
nothrow
on_media_access_change
;
Meta
Source
See Implementation
arsd
webview
cef_display_handler_t
variables
base
on_auto_resize
on_console_message
on_cursor_change
on_favicon_urlchange
on_fullscreen_mode_change
on_loading_progress_change
on_media_access_change
on_status_message
on_tooltip
Called when the browser's access to an audio and/or video source has changed.