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
boolconstructArguments
ConstructArgument[]
UserMediaPermissionRequest(IntPtr, bool)
protected UserMediaPermissionRequest(IntPtr ptr, bool ownedRef)
Parameters
Fields
IsForAudioDevicePropertyDefinition
public static readonly Property<bool, UserMediaPermissionRequest> IsForAudioDevicePropertyDefinition
Field Value
IsForVideoDevicePropertyDefinition
public static readonly Property<bool, UserMediaPermissionRequest> IsForVideoDevicePropertyDefinition
Field Value
Properties
IsForAudioDevice
public bool IsForAudioDevice { get; }
Property Value
IsForVideoDevice
public bool IsForVideoDevice { get; }
Property Value
Methods
Allow()
public void Allow()
Deny()
public void Deny()
GetGType()
public static Type GetGType()