Click or drag to resize

VideoWriterFourCC Method (Char, Char, Char, Char)

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(
	char c1,
	char c2,
	char c3,
	char c4
)

Parameters

c1
Type: SystemChar

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

c2
Type: SystemChar

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

c3
Type: SystemChar

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

c4
Type: SystemChar

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

Return Value

Type: Int32

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

See Also