LowLagPhotoSequenceControl.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類別上的ConcurrentRecordAndPhotoSequenceSupported屬性指定擷取裝置是否同時支援擷取視訊和相片序列。

適用於