Tao.FFmpeg SDK Documentation

FFmpeg.av_bitstream_filter_filter Method 

[Visual Basic]
Public Shared Function av_bitstream_filter_filter( _
   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 static int av_bitstream_filter_filter(
   IntPtr pAVBitStreamFilterContext,
   IntPtr pAVCodecContext,
   string args,
   IntPtr[] poutbuf,
   ref int poutbuf_size,
   IntPtr buf,
   int buf_size,
   int keyframe
);

See Also

FFmpeg Class | Tao.FFmpeg Namespace