UserMediaPermissionRequest

WebKitUserMediaPermissionRequest represents a request for permission to decide whether WebKit should be allowed to access the user's audio and video source devices when requested through the getUserMedia API.

When a WebKitUserMediaPermissionRequest is not handled by the user, it is denied by default.

Constructors

this
this(WebKitUserMediaPermissionRequest* webKitUserMediaPermissionRequest, bool ownedRef)

Sets our main struct and passes it to the parent class.

Members

Functions

getStruct
void* getStruct()

the main Gtk struct as a void*

getUserMediaPermissionRequestStruct
WebKitUserMediaPermissionRequest* getUserMediaPermissionRequestStruct(bool transferOwnership)

Get the main Gtk struct

Mixins

__anonymous
mixin PermissionRequestT!(WebKitUserMediaPermissionRequest)
Undocumented in source.

Static functions

getType
GType getType()

Variables

webKitUserMediaPermissionRequest
WebKitUserMediaPermissionRequest* webKitUserMediaPermissionRequest;

the main Gtk struct

Inherited Members

From PermissionRequestIF

getPermissionRequestStruct
WebKitPermissionRequest* getPermissionRequestStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getType
GType getType()
allow
void allow()

Allow the action which triggered this request.

deny
void deny()

Deny the action which triggered this request.

Meta