NativeMethodshighgui_VideoWriter_open Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.highgui_VideoWriter_open(System.IntPtr,System.String,System.Int32,System.Double,OpenCvSharp.CvSize,System.Int32)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static int highgui_VideoWriter_open(
	IntPtr obj,
	string fileName,
	int fourcc,
	double fps,
	CvSize frameSize,
	int isColor
)

Parameters

obj
Type: SystemIntPtr

[Missing <param name="obj"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.highgui_VideoWriter_open(System.IntPtr,System.String,System.Int32,System.Double,OpenCvSharp.CvSize,System.Int32)"]

fileName
Type: SystemString

[Missing <param name="fileName"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.highgui_VideoWriter_open(System.IntPtr,System.String,System.Int32,System.Double,OpenCvSharp.CvSize,System.Int32)"]

fourcc
Type: SystemInt32

[Missing <param name="fourcc"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.highgui_VideoWriter_open(System.IntPtr,System.String,System.Int32,System.Double,OpenCvSharp.CvSize,System.Int32)"]

fps
Type: SystemDouble

[Missing <param name="fps"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.highgui_VideoWriter_open(System.IntPtr,System.String,System.Int32,System.Double,OpenCvSharp.CvSize,System.Int32)"]

frameSize
Type: OpenCvSharpCvSize

[Missing <param name="frameSize"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.highgui_VideoWriter_open(System.IntPtr,System.String,System.Int32,System.Double,OpenCvSharp.CvSize,System.Int32)"]

isColor
Type: SystemInt32

[Missing <param name="isColor"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.highgui_VideoWriter_open(System.IntPtr,System.String,System.Int32,System.Double,OpenCvSharp.CvSize,System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.highgui_VideoWriter_open(System.IntPtr,System.String,System.Int32,System.Double,OpenCvSharp.CvSize,System.Int32)"]

See Also

Reference