Click or drag to resize

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
public static int FourCC(
	string code
)

Parameters

code
Type: SystemString

Return Value

Type: Int32
See Also