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

Parameters

code
Type: SystemString

[Missing <param name="code"/> documentation for "M:OpenCvSharp.VideoWriter.FourCC(System.String)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:OpenCvSharp.VideoWriter.FourCC(System.String)"]

See Also