Table of Contents

Class UserMediaPermissionRequest

Namespace
WebKit
Assembly
WebKit-6.0.dll
public sealed class UserMediaPermissionRequest : Object, IDisposable, PermissionRequest, GTypeProvider, InstanceFactory
Inheritance
UserMediaPermissionRequest
Implements
Inherited Members

Constructors

UserMediaPermissionRequest(params ConstructArgument[])

public UserMediaPermissionRequest(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

UserMediaPermissionRequest(UserMediaPermissionRequestHandle)

public UserMediaPermissionRequest(UserMediaPermissionRequestHandle handle)

Parameters

handle UserMediaPermissionRequestHandle

Fields

IsForAudioDevicePropertyDefinition

public static readonly Property<bool, UserMediaPermissionRequest> IsForAudioDevicePropertyDefinition

Field Value

Property<bool, UserMediaPermissionRequest>

IsForVideoDevicePropertyDefinition

public static readonly Property<bool, UserMediaPermissionRequest> IsForVideoDevicePropertyDefinition

Field Value

Property<bool, UserMediaPermissionRequest>

Properties

IsForAudioDevice

public bool IsForAudioDevice { get; }

Property Value

bool

IsForVideoDevice

public bool IsForVideoDevice { get; }

Property Value

bool

Methods

Allow()

public void Allow()

Deny()

public void Deny()

GetGType()

public static Type GetGType()

Returns

Type