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.
Assembly: System.Windows (in System.Windows.dll)
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).