Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MediaFrameSourceGroup.SourceInfos Property
Definition
- Namespace:
- Windows.Media.Capture.Frames
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 list of MediaFrameSourceInfo objects that describe each media frame source in the group.
public:
property IVectorView<MediaFrameSourceInfo ^> ^ SourceInfos { IVectorView<MediaFrameSourceInfo ^> ^ get(); };
IVectorView<MediaFrameSourceInfo> SourceInfos();
public IReadOnlyList<MediaFrameSourceInfo> SourceInfos { get; }
var iVectorView = mediaFrameSourceGroup.sourceInfos;
Public ReadOnly Property SourceInfos As IReadOnlyList(Of MediaFrameSourceInfo)
Property Value
An asynchronous action that returns a list of MediaFrameSourceInfo upon successful completion.
Applies to
Feedback
Was this page helpful?
