MediaCapture.CapturePhotoToStorageFileAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erfasst ein Foto in einer Speicherdatei.
public:
virtual IAsyncAction ^ CapturePhotoToStorageFileAsync(ImageEncodingProperties ^ type, IStorageFile ^ file) = CapturePhotoToStorageFileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction CapturePhotoToStorageFileAsync(ImageEncodingProperties const& type, IStorageFile const& file);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction CapturePhotoToStorageFileAsync(ImageEncodingProperties type, IStorageFile file);
function capturePhotoToStorageFileAsync(type, file)
Public Function CapturePhotoToStorageFileAsync (type As ImageEncodingProperties, file As IStorageFile) As IAsyncAction
Parameter
Die Codierungseigenschaften für das Ausgabebild.
- file
- IStorageFile
Die Speicherdatei, in der das Image gespeichert wird.
Gibt zurück
Gibt ein IAsyncAction-Objekt zurück, das zum Steuern des asynchronen Vorgangs verwendet wird.
- Attribute
Windows-Anforderungen
App-Funktionen |
backgroundMediaRecording
microphone
webcam
|
Hinweise
Anleitungen zum Erfassen eines Fotos in einer Speicherdatei finden Sie unter Basic Basic Foto-, Video- und Audioaufnahme mit MediaCapture.