Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.67 KB

mediacapture_findallvideoprofiles_690787568.md

File metadata and controls

34 lines (24 loc) · 1.67 KB
-api-id -api-type
M:Windows.Media.Capture.MediaCapture.FindAllVideoProfiles(System.String)
winrt method

Windows.Media.Capture.MediaCapture.FindAllVideoProfiles

-description

Retrieves the list of all video profiles supported by the specified video capture device.

-parameters

-param videoDeviceId

The identifier of the video device for which supported video profiles are queried. For information on getting the video device ID, see DeviceInformation.FindAllAsync.

-returns

The list of video profiles supported by the specified video capture device.

-remarks

Before calling this method, call IsVideoProfileSupported to make sure that the capture device supports video profiles.

Use FindKnownVideoProfiles to request profiles with specific functionality using one of the KnownVideoProfile values.

For how-to guidance for working with camera profiles, see Discover and select camera capabilities with camera profiles.

-examples

-see-also

FindKnownVideoProfiles, FindConcurrentProfiles, Discover and select camera capabilities with camera profiles

-capabilities

backgroundMediaRecording