VideoInteropmemcpy_libc Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
IntPtrSee Also