Freigeben über


MediaCapture.StopRecordWithResultAsync Methode

Definition

Beendet die Medienaufzeichnung asynchron und stellt ein MediaCaptureStopResult bereit, mit dem der Benutzer die Kamera beim Neustart der Aufzeichnung auf den letzten erfassten Frame ausrichten kann.

public:
 virtual IAsyncOperation<MediaCaptureStopResult ^> ^ StopRecordWithResultAsync() = StopRecordWithResultAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MediaCaptureStopResult> StopRecordWithResultAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MediaCaptureStopResult> StopRecordWithResultAsync();
function stopRecordWithResultAsync()
Public Function StopRecordWithResultAsync () As IAsyncOperation(Of MediaCaptureStopResult)

Gibt zurück

Eine asynchrone Aktion, die nach Abschluss ein MediaCaptureStopResult zurückgibt.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)
App-Funktionen
backgroundMediaRecording

Gilt für: