Tao.FFmpeg SDK Documentation

FFmpeg.av_read_image Method 

[Visual Basic]
Public Shared Function av_read_image( _
   ByVal pByteIOContext As IntPtr, _
   ByVal filename As String, _
   ByVal pAVImageFormat As IntPtr, _
   ByVal alloc_cb As AllocCBCallback, _
   ByVal opaque As IntPtr _
) As Integer
[C#]
public static int av_read_image(
   IntPtr pByteIOContext,
   string filename,
   IntPtr pAVImageFormat,
   AllocCBCallback alloc_cb,
   IntPtr opaque
);

See Also

FFmpeg Class | Tao.FFmpeg Namespace