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