VideoInteropCopyMemory Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic static void CopyMemory(
IntPtr destination,
IntPtr source,
int length
)
Public Shared Sub CopyMemory (
destination As IntPtr,
source As IntPtr,
length As Integer
)
public:
static void CopyMemory(
IntPtr destination,
IntPtr source,
int length
)
static member CopyMemory :
destination : IntPtr *
source : IntPtr *
length : int -> unit
Parameters
- destination IntPtr
-
- source IntPtr
-
- length Int32
-
See Also