MediaCaptureVideoProfile.SupportedPhotoMediaDescription Property

Definition

Gets a list of MediaCaptureVideoProfileMediaDescription objects that represent supported video device settings for photo capture.

public:
 property IVectorView<MediaCaptureVideoProfileMediaDescription ^> ^ SupportedPhotoMediaDescription { IVectorView<MediaCaptureVideoProfileMediaDescription ^> ^ get(); };
IVectorView<MediaCaptureVideoProfileMediaDescription> SupportedPhotoMediaDescription();
public IReadOnlyList<MediaCaptureVideoProfileMediaDescription> SupportedPhotoMediaDescription { get; }
var iVectorView = mediaCaptureVideoProfile.supportedPhotoMediaDescription;
Public ReadOnly Property SupportedPhotoMediaDescription As IReadOnlyList(Of MediaCaptureVideoProfileMediaDescription)

Property Value

A list of MediaCaptureVideoProfileMediaDescription objects that represent supported video device settings for photo capture.

Windows requirements

App capabilities
backgroundMediaRecording

Remarks

You configure the capture device to use a particular MediaCaptureVideoProfileMediaDescription for photo capture by using the MediaCaptureInitializationSettings object. It is important that the video profile media description value you use when configuring the device is compatible with the other initialization settings. For more information on how to correctly use media profile descriptions in the MediaCaptureInitializationSettings, see MediaCaptureInitializationSettings.PhotoMediaDescription.

Applies to

See also