Finishes writing to video file and releases the structure.

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public static void cvReleaseVideoWriter(
	ref IntPtr writer
)
Visual Basic (Declaration)
Public Shared Sub cvReleaseVideoWriter ( _
	ByRef writer As IntPtr _
)
Visual C++
public:
static void cvReleaseVideoWriter(
	IntPtr% writer
)

Parameters

writer
Type: System..::.IntPtr %
pointer to video file writer structure

See Also