MediaCapture.PrepareVariablePhotoSequenceCaptureAsync メソッド

定義

変数の写真シーケンス キャプチャを初期化し、記録の管理に使用される VariablePhotoSequenceCapture オブジェクトを提供します。

public:
 virtual IAsyncOperation<VariablePhotoSequenceCapture ^> ^ PrepareVariablePhotoSequenceCaptureAsync(ImageEncodingProperties ^ type) = PrepareVariablePhotoSequenceCaptureAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<VariablePhotoSequenceCapture> PrepareVariablePhotoSequenceCaptureAsync(ImageEncodingProperties const& type);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<VariablePhotoSequenceCapture> PrepareVariablePhotoSequenceCaptureAsync(ImageEncodingProperties type);
function prepareVariablePhotoSequenceCaptureAsync(type)
Public Function PrepareVariablePhotoSequenceCaptureAsync (type As ImageEncodingProperties) As IAsyncOperation(Of VariablePhotoSequenceCapture)

パラメーター

type
ImageEncodingProperties

イメージに使用されるエンコード プロファイル。

戻り値

このメソッドが完了すると、 VariablePhotoSequenceCapture オブジェクトが返されます。これは、写真シーケンス キャプチャを開始するために使用できます。

属性

Windows の要件

アプリの機能
backgroundMediaRecording

適用対象