Freigeben über


VideoFrame.CreateWithSoftwareBitmap(SoftwareBitmap) Methode

Definition

Erstellt eine neue instance der VideoFrame-Klasse aus der bereitgestellten SoftwareBitmap.

public:
 static VideoFrame ^ CreateWithSoftwareBitmap(SoftwareBitmap ^ bitmap);
 static VideoFrame CreateWithSoftwareBitmap(SoftwareBitmap const& bitmap);
public static VideoFrame CreateWithSoftwareBitmap(SoftwareBitmap bitmap);
function createWithSoftwareBitmap(bitmap)
Public Shared Function CreateWithSoftwareBitmap (bitmap As SoftwareBitmap) As VideoFrame

Parameter

bitmap
SoftwareBitmap

Die SoftwareBitmap , aus der der VideoFrame erstellt wird.

Gibt zurück

Ein VideoFrame.

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1803 (eingeführt in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v6.0)

Hinweise

Wenn der Bitmapparameter NULL ist, wird eine Argument-Ausnahme ausgelöst.

Gilt für: