ScreenCapture.VideoSource Property

Definition

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.

Applies to