Tao.FFmpeg SDK Documentation |
|
FFmpeg.FlushCallback Delegate
[Visual Basic]
Public Delegate Function FFmpeg.FlushCallback( _
ByVal
pAVCodecContext As
IntPtr _
) As
Integer
[C#]
public delegate int FFmpeg.FlushCallback(
IntPtr pAVCodecContext);
Requirements
Namespace:
Tao.FFmpeg
Assembly: Tao.FFmpeg (in Tao.FFmpeg.dll)
See Also
Tao.FFmpeg Namespace