Table of Contents

Class UserMediaPermissionRequest

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

Constructors

UserMediaPermissionRequest(bool, params ConstructArgument[])

protected UserMediaPermissionRequest(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

UserMediaPermissionRequest(IntPtr, bool)

protected UserMediaPermissionRequest(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

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