Tao.FFmpeg SDK Documentation

FFmpeg.ParserParseCallback Delegate

[Visual Basic]
Public Delegate Function FFmpeg.ParserParseCallback( _
   ByVal pAVCodecParserContext As IntPtr, _
   ByVal pAVCodecContext As IntPtr, _
   ByVal poutbuf As IntPtr(), _
   ByRef poutbuf_size As Integer, _
   ByVal buf As IntPtr, _
   ByVal buf_size As Integer _
) As Integer
[C#]
public delegate int FFmpeg.ParserParseCallback(
   IntPtr pAVCodecParserContext,
   IntPtr pAVCodecContext,
   IntPtr[] poutbuf,
   ref int poutbuf_size,
   IntPtr buf,
   int buf_size
);

Requirements

Namespace: Tao.FFmpeg

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

See Also

Tao.FFmpeg Namespace