Compartilhar via


FrameFormat.CreateFourCCFormat Método

Definição

Criar um FrameFormat com base em valores 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

Parâmetros

ch1
Char
ch2
Char
ch3
Char
ch4
Char
width
Int32
height
Int32
stride
Int32

Retornos

Um FrameFormat

Aplica-se a