Accord.Video.DirectShow.Internals.Win32.memcpy C# (CSharp) Method

memcpy() private method

private memcpy ( byte dst, byte src, int count ) : int
dst byte
src byte
count int
return int
        public static unsafe extern int memcpy(
            byte* dst,
            byte* src,
            int count );