VideoInteropmemcpy_libc Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic static IntPtr memcpy_libc(
IntPtr dst,
IntPtr src,
uint count
)
Public Shared Function memcpy_libc (
dst As IntPtr,
src As IntPtr,
count As UInteger
) As IntPtr
public:
static IntPtr memcpy_libc(
IntPtr dst,
IntPtr src,
unsigned int count
)
static member memcpy_libc :
dst : IntPtr *
src : IntPtr *
count : uint32 -> IntPtr
Parameters
- dst IntPtr
-
- src IntPtr
-
- count UInt32
-
Return Value
IntPtr
See Also