你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FrameFormat.CreateFourCCFormat 方法

定义

根据 FourCC 值创建 FrameFormat

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

参数

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

返回

A FrameFormat

适用于