CameraHelper.GetFrameSourceGroupsAsync Method
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 Windows.Media.Capture.Frames.MediaFrameSourceGroup available for video preview or video record.
public static System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Windows.Media.Capture.Frames.MediaFrameSourceGroup>> GetFrameSourceGroupsAsync ();
static member GetFrameSourceGroupsAsync : unit -> System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Windows.Media.Capture.Frames.MediaFrameSourceGroup>>
Public Shared Function GetFrameSourceGroupsAsync () As Task(Of IReadOnlyList(Of MediaFrameSourceGroup))
Returns
A Windows.Media.Capture.Frames.MediaFrameSourceGroup list.