CameraCaptureSequence.StartCaptureAsync method

Starts capturing frames in the capture sequence.

Syntax

public IAsyncAction StartCaptureAsync()
Public Function StartCaptureAsync() As IAsyncAction
public:
IAsyncAction^ StartCaptureAsync()

Parameters

This method has no parameters.

Return value

Type: IAsyncAction

An IAsyncAction interface that provides access to the work item.

Remarks

Frames are captured sequentially, in the order that they appear in the Frames collection.

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

CameraCaptureSequence