MediaCaptureVideoProfile.GetConcurrency Method

Definition

Gets the list of MediaCaptureVideoProfile objects that can be used concurrently with this video profile.

public:
 virtual IVectorView<MediaCaptureVideoProfile ^> ^ GetConcurrency() = GetConcurrency;
IVectorView<MediaCaptureVideoProfile> GetConcurrency();
public IReadOnlyList<MediaCaptureVideoProfile> GetConcurrency();
function getConcurrency()
Public Function GetConcurrency () As IReadOnlyList(Of MediaCaptureVideoProfile)

Returns

The list of MediaCaptureVideoProfile objects that can be used concurrently with this video profile.

Windows requirements

App capabilities
backgroundMediaRecording

Remarks

You can get a list of video profiles that support concurrency by calling MediaCapture.FindConcurrentProfiles.

Applies to

See also