NativeMethodsvideoio_VideoCapture_open1 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int videoio_VideoCapture_open1( IntPtr obj, string filename )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function videoio_VideoCapture_open1 ( obj As IntPtr, filename As String ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int videoio_VideoCapture_open1( IntPtr obj, String^ filename )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member videoio_VideoCapture_open1 : obj : IntPtr * filename : string -> int
OpenCvSharp.NativeMethods.videoio_VideoCapture_open1 = function(obj, filename);