Share via


LowLagMediaRecording.StopWithResultAsync Methode

Definition

Beendet die Medienaufzeichnung mit geringer Verzögerung asynchron und stellt ein MediaCaptureStopResult-Objekt bereit, mit dem der Benutzer die Kamera beim Neustarten der Aufzeichnung auf den letzten erfassten Frame ausrichten kann.

public:
 virtual IAsyncOperation<MediaCaptureStopResult ^> ^ StopWithResultAsync() = StopWithResultAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MediaCaptureStopResult> StopWithResultAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MediaCaptureStopResult> StopWithResultAsync();
function stopWithResultAsync()
Public Function StopWithResultAsync () 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)

Gilt für: