Share via


MediaFrameSourceInfo.VideoProfileMediaDescription Property

Definition

Gets a read-only list of MediaCaptureVideoProfileMediaDescription objects which specify a group of capture settings that are supported by a video profile.

public IReadOnlyList<MediaCaptureVideoProfileMediaDescription> VideoProfileMediaDescription { get; }

Property Value

A read-only list of MediaCaptureVideoProfileMediaDescription objects.

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Remarks

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.

Applies to

Product Versions
WinRT Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100