MediaCaptureVideoProfile.FrameSourceInfos 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 a read-only list of MediaFrameSourceInfo objects which provide details about the capabilities of a MediaFrameSource.
public:
property IVectorView<MediaFrameSourceInfo ^> ^ FrameSourceInfos { IVectorView<MediaFrameSourceInfo ^> ^ get(); };
IVectorView<MediaFrameSourceInfo> FrameSourceInfos();
public IReadOnlyList<MediaFrameSourceInfo> FrameSourceInfos { get; }
var iVectorView = mediaCaptureVideoProfile.frameSourceInfos;
Public ReadOnly Property FrameSourceInfos As IReadOnlyList(Of MediaFrameSourceInfo)
Property Value
A read-only list of MediaFrameSourceInfo objects.
Windows requirements
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v6.0)
|
Remarks
When you use MediaCapture to capture from a MediaFrameSourceGroup, each individual frame source within the group is described by a MediaFrameSourceInfo. This property allows you to retrieve the MediaFrameSourceInfo objects that are associated with the MediaCaptureVideoProfile.