Finishes writing to video file and releases the structure.
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public static void cvReleaseVideoWriter(
ref IntPtr writer
)
Public Shared Sub cvReleaseVideoWriter ( _
ByRef writer As IntPtr _
)
public:
static void cvReleaseVideoWriter(
IntPtr% writer
)
Parameters
- writer
-
IntPtr
%
pointer to video file writer structure
See Also