MediaFrameSourceInfo.VideoProfileMediaDescription Property
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 read-only list of MediaCaptureVideoProfileMediaDescription objects which specify a group of capture settings that are supported by a video profile.
public:
property IVectorView<MediaCaptureVideoProfileMediaDescription ^> ^ VideoProfileMediaDescription { IVectorView<MediaCaptureVideoProfileMediaDescription ^> ^ get(); };
IVectorView<MediaCaptureVideoProfileMediaDescription> VideoProfileMediaDescription();
public IReadOnlyList<MediaCaptureVideoProfileMediaDescription> VideoProfileMediaDescription { get; }
var iVectorView = mediaFrameSourceInfo.videoProfileMediaDescription;
Public ReadOnly Property VideoProfileMediaDescription As IReadOnlyList(Of MediaCaptureVideoProfileMediaDescription)
A read-only list of MediaCaptureVideoProfileMediaDescription objects.
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v6.0)
|
A MediaCaptureVideoProfileMediaDescription specifies a set of capabilities supported by a given sensor. This includes supported frame rates, resolutions, and whether the sensor can be used simulatneously with other capture devices. Use this property to identify a MediaFrameSource that supports one or more desired capabilities. Use the ProfileId property to get the unique identifier for the MediaCaptureVideoProfile associated with a particular MediaFrameSourceInfo.
Product | Versions |
---|---|
WinRT | Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |