LowLagPhotoControl.GetHighestConcurrentFrameRate 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 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.