VideoInteropmemcpy_libc Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: SystemIntPtr
- src
- Type: SystemIntPtr
- count
- Type: SystemUInt32
Return Value
Type:
IntPtr
See Also