WebMWriterNativeWriteOccured Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxprotected int NativeWriteOccured(
IntPtr obj,
IntPtr data,
int size
)
Protected Function NativeWriteOccured (
obj As IntPtr,
data As IntPtr,
size As Integer
) As Integer
protected:
int NativeWriteOccured(
IntPtr obj,
IntPtr data,
int size
)
member NativeWriteOccured :
obj : IntPtr *
data : IntPtr *
size : int -> int
Parameters
- obj
- Type: SystemIntPtr
- data
- Type: SystemIntPtr
- size
- Type: SystemInt32
Return Value
Type:
Int32
See Also