ScreenCapture.VideoSource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the video source used for screen capture.
public:
property IMediaSource ^ VideoSource { IMediaSource ^ get(); };
IMediaSource VideoSource();
public IMediaSource VideoSource { get; }
var iMediaSource = screenCapture.videoSource;
Public ReadOnly Property VideoSource As IMediaSource
Property Value
The video source used for screen capture.
Remarks
Important
The ScreenCapture feature is only supported for mobile devices running Windows Phone 8.1. This API is not supported on Windows 10.
Use this property to set the VideoSource property of the MediaCaptureInitializationSettings object that you use to initialize a MediaCapture object.