Tao.FFmpeg SDK Documentation
FFmpeg.ExecuteCallback Delegate
[Visual Basic]
Public Delegate Function FFmpeg.ExecuteCallback( _
ByVal
pAVCodecContext
As
IntPtr
, _
ByVal
func
As
FuncCallback
, _
ByVal
arg2
As
IntPtr()
, _
ByRef
ret
As
Integer
, _
ByVal
count
As
Integer
_
) As
Integer
[C#]
public delegate int FFmpeg.ExecuteCallback(
IntPtr
pAVCodecContext
,
FuncCallback
func
,
IntPtr[]
arg2
,
ref
int
ret
,
int
count
);
Requirements
Namespace:
Tao.FFmpeg
Assembly:
Tao.FFmpeg (in Tao.FFmpeg.dll)
See Also
Tao.FFmpeg Namespace