共用方式為


LowLagPhotoControl.GetHighestConcurrentFrameRate 方法

定義

取得同時擷取視訊和相片時支援的最高畫面播放速率。

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

參數

captureProperties
IMediaEncodingProperties

媒體編碼屬性。

傳回

每秒最大並行框架數。

備註

MediaCapture類別上的ConcurrentRecordAndPhotoSupported屬性會指定擷取裝置是否同時支援擷取影片和相片。

適用於