MediaCaptureVideoProfile.GetConcurrency Method
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 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.