LowLagPhotoSequenceCapture.StartAsync メソッド

定義

写真のキャプチャを非同期的に開始します。

public:
 virtual IAsyncAction ^ StartAsync() = StartAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction StartAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction StartAsync();
function startAsync()
Public Function StartAsync () As IAsyncAction

戻り値

非同期操作を制御するために使用される オブジェクト。

属性

注釈

MediaCapture.PrepareLowLagPhotoSequenceCaptureAsync は、StartAsync の前に呼び出す必要があります。

シーケンスでキャプチャされた写真を取得するために、 PhotoCaptured イベントにハンドラーを追加します。 PhotoCapturedEventArgs は、キャプチャされたフレームのデータを提供します。 PhotoCapturedEventArgs.Frame にはキャプチャされた写真が含まれ、 PhotoCapturedEventArgs.Thumbnail にはサムネイルが含まれています。

適用対象

こちらもご覧ください