VideoFrame.CreateWithSoftwareBitmap(SoftwareBitmap) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une instance de la classe VideoFrame à partir du SoftwareBitmap fourni.
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
Paramètres
- bitmap
- SoftwareBitmap
SoftwareBitmap à partir duquel le VideoFrame est créé.
Retours
VideoFrame.
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1803 (introduit dans 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v6.0)
|
Remarques
Si le paramètre bitmap est null, une exception d’argument est levée.