MediaCaptureFailedEventHandler
MediaCaptureFailedEventHandler
MediaCaptureFailedEventHandler
MediaCaptureFailedEventHandler
Delegate
Definition
Represents the method that will handle the MediaCapture.Failed event.
public : delegate void MediaCaptureFailedEventHandler(MediaCapture sender, MediaCaptureFailedEventArgs errorEventArgs)public delegate void MediaCaptureFailedEventHandler(MediaCapture sender, MediaCaptureFailedEventArgs errorEventArgs)Public Delegate MediaCaptureFailedEventHandler(sender As MediaCapture, errorEventArgs As MediaCaptureFailedEventArgs)// You can use this delegate in JavaScript.
Parameters
The MediaCapture object that raised the event.
- errorEventArgs
- MediaCaptureFailedEventArgs MediaCaptureFailedEventArgs MediaCaptureFailedEventArgs MediaCaptureFailedEventArgs
Arguments that contain information about the event.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
webcam
microphone
|