Tao.FFmpeg SDK Documentation

FFmpeg.avpicture_deinterlace Method 

[Visual Basic]
Public Shared Function avpicture_deinterlace( _
   ByVal p_dst_AVPicture As IntPtr, _
   ByVal p_src_AVPicture As IntPtr, _
   ByVal pix_fmt As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
) As Integer
[C#]
public static int avpicture_deinterlace(
   IntPtr p_dst_AVPicture,
   IntPtr p_src_AVPicture,
   int pix_fmt,
   int width,
   int height
);

See Also

FFmpeg Class | Tao.FFmpeg Namespace