VideoInteropmemcpy Method (Int64, Int64, Int64) |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static long memcpy(
long dst,
long src,
long count
)
Public Shared Function memcpy (
dst As Long,
src As Long,
count As Long
) As Long
public:
static long long memcpy(
long long dst,
long long src,
long long count
)
static member memcpy :
dst : int64 *
src : int64 *
count : int64 -> int64
Parameters
- dst
- Type: SystemInt64
- src
- Type: SystemInt64
- count
- Type: SystemInt64
Return Value
Type:
Int64See Also