NativeMethodsvideoio_VideoWriter_new2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr videoio_VideoWriter_new2( string filename, int fourcc, double fps, Size frameSize, int isColor )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function videoio_VideoWriter_new2 ( filename As String, fourcc As Integer, fps As Double, frameSize As Size, isColor As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr videoio_VideoWriter_new2( String^ filename, int fourcc, double fps, Size frameSize, int isColor )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member videoio_VideoWriter_new2 : filename : string * fourcc : int * fps : float * frameSize : Size * isColor : int -> IntPtr
OpenCvSharp.NativeMethods.videoio_VideoWriter_new2 = function(filename, fourcc, fps, frameSize, isColor);