NativeMethodsvideoio_VideoCapture_set Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int videoio_VideoCapture_set( IntPtr obj, int propId, double value )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function videoio_VideoCapture_set ( obj As IntPtr, propId As Integer, value As Double ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int videoio_VideoCapture_set( IntPtr obj, int propId, double value )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member videoio_VideoCapture_set : obj : IntPtr * propId : int * value : float -> int
OpenCvSharp.NativeMethods.videoio_VideoCapture_set = function(obj, propId, value);