LowLagPhotoControl.GetHighestConcurrentFrameRate Method

Definition

Gets the highest frame rate supported when video and photos are being captured concurrently.

public:
 virtual MediaRatio ^ GetHighestConcurrentFrameRate(IMediaEncodingProperties ^ captureProperties) = GetHighestConcurrentFrameRate;
MediaRatio GetHighestConcurrentFrameRate(IMediaEncodingProperties const& captureProperties);
public MediaRatio GetHighestConcurrentFrameRate(IMediaEncodingProperties captureProperties);
function getHighestConcurrentFrameRate(captureProperties)
Public Function GetHighestConcurrentFrameRate (captureProperties As IMediaEncodingProperties) As MediaRatio

Parameters

captureProperties
IMediaEncodingProperties

The media encoding properties.

Returns

The highest concurrent frames per second.

Remarks

The ConcurrentRecordAndPhotoSupported property on the MediaCapture class specifies if the capture device supports capturing videos and photos at the same time.

Applies to