ICameraCaptureDevice.SetCaptureResolutionAsync method

Sets the capture resolution.

Syntax

IAsyncAction SetCaptureResolutionAsync(
  Size value
)
Function SetCaptureResolutionAsync(
  value As Size 
) As IAsyncAction
IAsyncAction^ SetCaptureResolutionAsync(
  Size value
)

Parameters

  • value
    Type: Size

    The new capture resolution.

Return value

Type: IAsyncAction

Returns an IAsyncAction object that is used to control the asynchronous 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

Attributes

[Deprecated()]

See also

ICameraCaptureDevice