Click or drag to resize
VideoInteropmemcpy_libc Method

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static IntPtr memcpy_libc(
	IntPtr dst,
	IntPtr src,
	uint count
)

Parameters

dst
Type: SystemIntPtr
src
Type: SystemIntPtr
count
Type: SystemUInt32

Return Value

Type: IntPtr
See Also