Tao.FFmpeg SDK Documentation

FFmpeg.img_crop Method 

[Visual Basic]
Public Shared Function img_crop( _
   ByVal p_dst_pAVPicture As IntPtr, _
   ByVal p_src_pAVPicture As IntPtr, _
   ByVal pix_fmt As Integer, _
   ByVal top_band As Integer, _
   ByVal left_band As Integer _
) As Integer
[C#]
public static int img_crop(
   IntPtr p_dst_pAVPicture,
   IntPtr p_src_pAVPicture,
   int pix_fmt,
   int top_band,
   int left_band
);

See Also

FFmpeg Class | Tao.FFmpeg Namespace