Tao.FFmpeg SDK Documentation

FFmpeg.GetBufferCallback Delegate

[Visual Basic]
Public Delegate Function FFmpeg.GetBufferCallback( _
   ByVal pAVCodecContext As IntPtr, _
   ByVal pAVFrame As IntPtr _
) As Integer
[C#]
public delegate int FFmpeg.GetBufferCallback(
   IntPtr pAVCodecContext,
   IntPtr pAVFrame
);

Requirements

Namespace: Tao.FFmpeg

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

See Also

Tao.FFmpeg Namespace