PhotoCaptureDevice.FocusAsync method

Starts the autofocus, auto white balance, and auto exposure operations, as applicable.

Syntax

public IAsyncOperation<CameraFocusStatus> FocusAsync()
Public Function FocusAsync() As IAsyncOperation(Of CameraFocusStatus)
public:
IAsyncOperation<CameraFocusStatus>^ FocusAsync()

Parameters

This method has no parameters.

Return value

Type: IAsyncOperation<CameraFocusStatus>

The status of the focus operation.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

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

Metadata

Windows.WinMD

Capabilities

ID_CAP_ISV_CAMERA [Windows Phone]

Attributes

[Deprecated()]

See also

PhotoCaptureDevice