MediaCapture.CapturePhotoToStreamAsync メソッド

定義

ランダム アクセス ストリームに写真をキャプチャします。

public:
 virtual IAsyncAction ^ CapturePhotoToStreamAsync(ImageEncodingProperties ^ type, IRandomAccessStream ^ stream) = CapturePhotoToStreamAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction CapturePhotoToStreamAsync(ImageEncodingProperties const& type, IRandomAccessStream const& stream);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction CapturePhotoToStreamAsync(ImageEncodingProperties type, IRandomAccessStream stream);
function capturePhotoToStreamAsync(type, stream)
Public Function CapturePhotoToStreamAsync (type As ImageEncodingProperties, stream As IRandomAccessStream) As IAsyncAction

パラメーター

type
ImageEncodingProperties

出力イメージのエンコード プロパティ。

stream
IRandomAccessStream

イメージ データが書き込まれるストリーム。

戻り値

非同期操作の制御に使用される IAsyncAction オブジェクトを返します。

属性

Windows の要件

アプリの機能
backgroundMediaRecording microphone webcam

適用対象