CameraHelper.FrameFormatsAvailable 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 Windows.Media.Capture.Frames.MediaFrameFormat available on the source.
public System.Collections.Generic.IReadOnlyList<Windows.Media.Capture.Frames.MediaFrameFormat> FrameFormatsAvailable { get; }
member this.FrameFormatsAvailable : System.Collections.Generic.IReadOnlyList<Windows.Media.Capture.Frames.MediaFrameFormat>
Public ReadOnly Property FrameFormatsAvailable As IReadOnlyList(Of MediaFrameFormat)
Property Value
IReadOnlyList<Windows.Media.Capture.Frames.MediaFrameFormat>