| VideoWriterFourCC Method (String) | 
        
         
            Concatenates 4 chars to a fourcc code.
            This static method constructs the fourcc code of the codec to be used in 
            the constructor VideoWriter::VideoWriter or VideoWriter::open.
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic static int FourCC(
	string code
)
Public Shared Function FourCC ( 
	code As String
) As Integer
public:
static int FourCC(
	String^ code
)
static member FourCC : 
        code : string -> int 
OpenCvSharp.VideoWriter.FourCC = function(code);
Parameters
- code
- Type: SystemString
 
Return Value
Type: 
Int32 See Also
See Also