VideoInteropmemcpy Method (Int32, Int32, Int32) |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static int memcpy(
int dst,
int src,
int count
)
Public Shared Function memcpy (
dst As Integer,
src As Integer,
count As Integer
) As Integer
public:
static int memcpy(
int dst,
int src,
int count
)
static member memcpy :
dst : int *
src : int *
count : int -> int
Parameters
- dst
- Type: SystemInt32
- src
- Type: SystemInt32
- count
- Type: SystemInt32
Return Value
Type:
Int32See Also