LowLagPhotoControl.GetHighestConcurrentFrameRate 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得同時擷取視訊和相片時支援的最高畫面播放速率。
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屬性會指定擷取裝置是否同時支援擷取影片和相片。