NativeMethodsvideoio_VideoWriter_fourcc Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int videoio_VideoWriter_fourcc( byte c1, byte c2, byte c3, byte c4 )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function videoio_VideoWriter_fourcc ( c1 As Byte, c2 As Byte, c3 As Byte, c4 As Byte ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int videoio_VideoWriter_fourcc( unsigned char c1, unsigned char c2, unsigned char c3, unsigned char c4 )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member videoio_VideoWriter_fourcc : c1 : byte * c2 : byte * c3 : byte * c4 : byte -> int
OpenCvSharp.NativeMethods.videoio_VideoWriter_fourcc = function(c1, c2, c3, c4);