Writes/appends one frame to video file.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static int cvWriteFrame_FFMPEG(
	IntPtr writer,
	IntPtr image
)
Public Shared Function cvWriteFrame_FFMPEG ( _
	writer As IntPtr, _
	image As IntPtr _
) As Integer
public:
static int cvWriteFrame_FFMPEG(
	IntPtr writer, 
	IntPtr image
)

Parameters

writer
IntPtr
video writer structure.
image
IntPtr
the written frame

Return Value

[Missing <returns> documentation for "M:Emgu.CV.CvInvoke.cvWriteFrame_FFMPEG(System.IntPtr,System.IntPtr)"]

See Also