Class TCefMediaAccessCallbackRef

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefMediaAccessCallbackRef = class(TCefBaseRefCountedRef, ICefMediaAccessCallback)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected procedure cont(allowed_permissions: TCefMediaAccessPermissionTypes);
Protected procedure cancel;
Public class function UnWrap(data: Pointer): ICefMediaAccessCallback;

Description

Methods

Protected procedure cont(allowed_permissions: TCefMediaAccessPermissionTypes);

This item has no description. Showing description inherited from ICefMediaAccessCallback.cont.

Call to allow or deny media access. If this callback was initiated in response to a getUserMedia (indicated by CEF_MEDIA_PERMISSION_DEVICE_AUDIO_CAPTURE and/or CEF_MEDIA_PERMISSION_DEVICE_VIDEO_CAPTURE being set) then |allowed_permissions| must match |required_permissions| passed to OnRequestMediaAccessPermission.

Protected procedure cancel;

This item has no description. Showing description inherited from ICefMediaAccessCallback.cancel.

Cancel the media access request.

Public class function UnWrap(data: Pointer): ICefMediaAccessCallback;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.