FrameFormat.CreateFourCCFormat Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a FrameFormat from FourCC values
public static Azure.AI.Vision.Core.Input.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.Core.Input.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
Parameters
- ch1
- Char
- ch2
- Char
- ch3
- Char
- ch4
- Char
- width
- Int32
- height
- Int32
- stride
- Int32
Returns
A FrameFormat
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET