NativeMethodscvCreateVideoWriter Method OpenCvSharp Class Library

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

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

public static IntPtr cvCreateVideoWriter(
	string filename,
	int fourcc,
	double fps,
	CvSize frame_size,
	bool is_color
)

Parameters

filename
Type: SystemString

[Missing <param name="filename"/> documentation for "M:OpenCvSharp.NativeMethods.cvCreateVideoWriter(System.String,System.Int32,System.Double,OpenCvSharp.CvSize,System.Boolean)"]

fourcc
Type: SystemInt32

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

fps
Type: SystemDouble

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

frame_size
Type: OpenCvSharpCvSize

[Missing <param name="frame_size"/> documentation for "M:OpenCvSharp.NativeMethods.cvCreateVideoWriter(System.String,System.Int32,System.Double,OpenCvSharp.CvSize,System.Boolean)"]

is_color
Type: SystemBoolean

[Missing <param name="is_color"/> documentation for "M:OpenCvSharp.NativeMethods.cvCreateVideoWriter(System.String,System.Int32,System.Double,OpenCvSharp.CvSize,System.Boolean)"]

Return Value

Type: IntPtr

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

See Also

Reference