Share via


VideoCaptureDevice.SupportedFormats Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a generic collection of supported video formats for this video capture device.

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public ReadOnly Property SupportedFormats As ReadOnlyCollection(Of VideoFormat)
public ReadOnlyCollection<VideoFormat> SupportedFormats { get; }

Property Value

Type: System.Collections.ObjectModel..::.ReadOnlyCollection<(Of <(VideoFormat>)>)
A generic collection of VideoFormat objects that represents the supported video formats for this video capture device.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

VideoCaptureDevice Class

System.Windows.Media Namespace