Tao.FFmpeg SDK Documentation

FFmpeg.DecodeCallback Delegate

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

Requirements

Namespace: Tao.FFmpeg

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

See Also

Tao.FFmpeg Namespace