Click or drag to resize

VideoInteropmemcpy_libc Method

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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