MediaCaptureFailedEventHandler delegate

This topic has not yet been rated - Rate this topic

Represents the method that will handle the MediaCapture.Failed event.

Syntax


var mediaCaptureFailedEventHandler = function(sender, errorEventArgs) {
 /* Your code */
}

Attributes

GuidAttribute("2014effb-5cd8-4f08-a314-0d360da59f14")
VersionAttribute(NTDDI_WIN8)

Parameters

sender

Type: MediaCapture

The MediaCapture object that raised the event.

errorEventArgs

Type: MediaCaptureFailedEventArgs

Arguments that contain information about the event.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Media.Capture
Windows::Media::Capture [C++]

Metadata

Windows.winmd

Capabilities

webcam
microphone

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.