Click or drag to resize

VideoInteropCopyMemory Method

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public static void CopyMemory(
	IntPtr destination,
	IntPtr source,
	int length
)

Parameters

destination
Type: SystemIntPtr
source
Type: SystemIntPtr
length
Type: SystemInt32
See Also