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