Click or drag to resize
VideoInteropCopyMemory Method

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

Parameters

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