FrameFormat.CreateFourCCFormat 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éer un FrameFormat à partir de valeurs FourCC
public static Azure.AI.Vision.Common.FrameFormat CreateFourCCFormat (char ch1, char ch2, char ch3, char ch4, int width = 0, int height = 0, int stride = 0);
static member CreateFourCCFormat : char * char * char * char * int * int * int -> Azure.AI.Vision.Common.FrameFormat
Public Shared Function CreateFourCCFormat (ch1 As Char, ch2 As Char, ch3 As Char, ch4 As Char, Optional width As Integer = 0, Optional height As Integer = 0, Optional stride As Integer = 0) As FrameFormat
Paramètres
- ch1
- Char
- ch2
- Char
- ch3
- Char
- ch4
- Char
- width
- Int32
- height
- Int32
- stride
- Int32
Retours
A FrameFormat
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET