Accord.Video.Ximea.Internal.XimeaAPI.xiSetParam C# (CSharp) Method

xiSetParam() private method

private xiSetParam ( IntPtr deviceHandle, string parameter, float &value, int size, ParameterType type ) : int
deviceHandle System.IntPtr
parameter string
value float
size int
type ParameterType
return int
        public static extern int xiSetParam( IntPtr deviceHandle, string parameter, ref float value, int size, ParameterType type );
        [DllImport( "m3api.dll" )]

Same methods

XimeaAPI::xiSetParam ( IntPtr deviceHandle, string parameter, int &value, int size, ParameterType type ) : int