http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Generate 4-character code of codec used to compress the frames. For example, CV_FOURCC('P','I','M','1') is MPEG-1 codec, CV_FOURCC('M','J','P','G') is motion-jpeg codec etc.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static int CV_FOURCC( char c1, char c2, char c3, char c4 ) |
Visual Basic |
---|
Public Shared Function CV_FOURCC ( _ c1 As Char, _ c2 As Char, _ c3 As Char, _ c4 As Char _ ) As Integer |
Visual C++ |
---|
public: static int CV_FOURCC( wchar_t c1, wchar_t c2, wchar_t c3, wchar_t c4 ) |
Parameters
- c1
- Type: System..::..Char
[Missing <param name="c1"/> documentation for "M:Emgu.CV.CvInvoke.CV_FOURCC(System.Char,System.Char,System.Char,System.Char)"]
- c2
- Type: System..::..Char
[Missing <param name="c2"/> documentation for "M:Emgu.CV.CvInvoke.CV_FOURCC(System.Char,System.Char,System.Char,System.Char)"]
- c3
- Type: System..::..Char
[Missing <param name="c3"/> documentation for "M:Emgu.CV.CvInvoke.CV_FOURCC(System.Char,System.Char,System.Char,System.Char)"]
- c4
- Type: System..::..Char
[Missing <param name="c4"/> documentation for "M:Emgu.CV.CvInvoke.CV_FOURCC(System.Char,System.Char,System.Char,System.Char)"]
Return Value
[Missing <returns> documentation for "M:Emgu.CV.CvInvoke.CV_FOURCC(System.Char,System.Char,System.Char,System.Char)"]