Click or drag to resize

NativeMethodsvideoio_VideoWriter_fourcc Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static int videoio_VideoWriter_fourcc(
	byte c1,
	byte c2,
	byte c3,
	byte c4
)

Parameters

c1
Type: SystemByte
c2
Type: SystemByte
c3
Type: SystemByte
c4
Type: SystemByte

Return Value

Type: Int32
See Also