Record TCefMediaAccessHandler

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefMediaAccessHandler = record

Description

Implement this structure to handle events related to media access permission requests. The functions of this structure will be called on the browser process UI thread.

Implemented by ICefMediaAccessHandler.

<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_media_access_handler_capi.h">CEF source file: /include/capi/cef_media_access_handler_capi.h (cef_media_access_handler_t))

Overview

Fields

Public base: TCefBaseRefCounted;
Public on_request_media_access_permission: function(self: PCefMediaAccessHandler; browser: PCefBrowser; frame: PCefFrame; const requesting_url: PCefString; requested_permissions: integer; callback: PCefMediaAccessCallback): integer; stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public on_request_media_access_permission: function(self: PCefMediaAccessHandler; browser: PCefBrowser; frame: PCefFrame; const requesting_url: PCefString; requested_permissions: integer; callback: PCefMediaAccessCallback): integer; stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.