Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.58 KB

mediaframesourcegroup.md

File metadata and controls

25 lines (17 loc) · 1.58 KB
-api-id -api-type
T:Windows.Media.Capture.Frames.MediaFrameSourceGroup
winrt class

Windows.Media.Capture.Frames.MediaFrameSourceGroup

-description

Represents a group of media frame sources that can be used simultaneously by a MediaCapture.

-remarks

Get an instance of this class by calling FindAllAsync and selecting an instance from the returned list. If you know the unique identifier of a media frame source group, you can get an instance of this class by calling FromIdAsync.

Initialize a MediaCapture object to use the selected MediaFrameSourceGroup by assigning the group to the SourceGroup property of a MediaCaptureInitializationSettings object, and then passing that settings object into InitializeAsync.

For how-to guidance on using MediaFrameSource to capture frames, see Process media frames with MediaFrameReader.

-examples

-see-also

Process media frames with MediaFrameReader