MediaCapture.CapturePhotoToStorageFileAsync | capturePhotoToStorageFileAsync method

0 out of 1 rated this helpful - Rate this topic

Captures a photo to a storage file.

Syntax


mediaCapture.capturePhotoToStorageFileAsync(type, file).done( /* Your success and error handlers */ );

Parameters

type

Type: ImageEncodingProperties

The encoding properties for the output image.

file

Type: IStorageFile

The storage file where the image is saved.

Return value

Type: IAsyncAction

Returns an IAsyncAction object that is used to control the asynchronous operation.

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

See also

MediaCapture

 

 

Build date: 12/4/2012

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