Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.37 KB

mediacapturevideoprofile_framesourceinfos.md

File metadata and controls

26 lines (18 loc) · 1.37 KB
-api-id -api-type
P:Windows.Media.Capture.MediaCaptureVideoProfile.FrameSourceInfos
winrt property

Windows.Media.Capture.MediaCaptureVideoProfile.FrameSourceInfos

-description

Gets a read-only list of MediaFrameSourceInfo objects which provide details about the capabilities of a MediaFrameSource.

-property-value

A read-only list of MediaFrameSourceInfo objects.

-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.

-see-also

Discover and select camera capabilities with camera profiles, Process media frames with MediaFrameReader

-examples