Class SelectMediaDeviceResponse
- Namespace
- DotNetBrowser.Media.Handlers
- Assembly
- DotNetBrowser.dll
A response to the SelectMediaDeviceHandler.
public sealed class SelectMediaDeviceResponse
- Inheritance
-
SelectMediaDeviceResponse
- Inherited Members
Methods
- Cancel()
Creates a SelectMediaDeviceResponse that notifies the engine that the media device selection is canceled.
- Proceed()
Creates a SelectMediaDeviceResponse that notifies the engine that it is allowed to list the available media input devices.
- Select(MediaDevice)
Creates a SelectMediaDeviceResponse that notifies the engine that the given media input device should be used.