CaptureSource.Start Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initiates capture from all capture devices that are relevant to this CaptureSource.

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public Sub Start
public void Start()

Remarks

When the capture source is started, it fills with data from the relevant capture device. For video, this data can now be displayed in any associated VideoBrush. You can also grab video frames by calling CaptureImageAsync, and handling CaptureImageCompleted to obtain the result.

To get raw data for either video or audio, you must use the associated sink (AudioSink or VideoSink).

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

CaptureSource Class

System.Windows.Media Namespace