MediaFrameSourceInfo.VideoProfileMediaDescription 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 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)
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.