type TCefMediaAccessCallbackRef = class(TCefBaseRefCountedRef, ICefMediaAccessCallback)
This item has no description.
| Protected | procedure cont(allowed_permissions: TCefMediaAccessPermissionTypes); |
| Protected | procedure cancel; |
| Public | class function UnWrap(data: Pointer): ICefMediaAccessCallback; |
| 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. | |