Tao.FFmpeg SDK Documentation

FFmpeg.FilterCallback Delegate

[Visual Basic]
Public Delegate Function FFmpeg.FilterCallback( _
   ByVal pAVBitStreamFilterContext As IntPtr, _
   ByVal pAVCodecContext As IntPtr, _
   ByVal args As String, _
   ByVal poutbuf As IntPtr(), _
   ByRef poutbuf_size As Integer, _
   ByVal buf As IntPtr, _
   ByVal buf_size As Integer, _
   ByVal keyframe As Integer _
) As Integer
[C#]
public delegate int FFmpeg.FilterCallback(
   IntPtr pAVBitStreamFilterContext,
   IntPtr pAVCodecContext,
   string args,
   IntPtr[] poutbuf,
   ref int poutbuf_size,
   IntPtr buf,
   int buf_size,
   int keyframe
);

Requirements

Namespace: Tao.FFmpeg

Assembly: Tao.FFmpeg (in Tao.FFmpeg.dll)

See Also

Tao.FFmpeg Namespace