Tao.FFmpeg SDK Documentation

FFmpeg.ImgReadCallback Delegate

[Visual Basic]
Public Delegate Function FFmpeg.ImgReadCallback( _
   ByVal pByteIOContext As IntPtr, _
   ByVal alloc_cb As AllocCBCallback, _
   ByVal pVoid As IntPtr _
) As Integer
[C#]
public delegate int FFmpeg.ImgReadCallback(
   IntPtr pByteIOContext,
   AllocCBCallback alloc_cb,
   IntPtr pVoid
);

Requirements

Namespace: Tao.FFmpeg

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

See Also

Tao.FFmpeg Namespace