Click or drag to resize
CommonDelegatesFFMPEGWriteDelegate Delegate

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public delegate int FFMPEGWriteDelegate(
	IntPtr obj,
	IntPtr data,
	int length
)

Parameters

obj
Type: SystemIntPtr
data
Type: SystemIntPtr
length
Type: SystemInt32

Return Value

Type: Int32
See Also