Tao.FFmpeg SDK Documentation

FFmpeg.av_parser_change Method 

[Visual Basic]
Public Shared Function av_parser_change( _
   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, _
   ByVal keyframe As Integer _
) As Integer
[C#]
public static int av_parser_change(
   IntPtr pAVCodecParserContext,
   IntPtr pAVCodecContext,
   IntPtr[] poutbuf,
   ref int poutbuf_size,
   IntPtr buf,
   int buf_size,
   int keyframe
);

See Also

FFmpeg Class | Tao.FFmpeg Namespace