Tao.FFmpeg SDK Documentation

FFmpeg.img_resample_full_init Method 

[Visual Basic]
Public Shared Function img_resample_full_init( _
   ByVal owidth As Integer, _
   ByVal oheight As Integer, _
   ByVal iwidth As Integer, _
   ByVal iheight As Integer, _
   ByVal topBand As Integer, _
   ByVal bottomBand As Integer, _
   ByVal leftBand As Integer, _
   ByVal rightBand As Integer, _
   ByVal padtop As Integer, _
   ByVal padbottom As Integer, _
   ByVal padleft As Integer, _
   ByVal padright As Integer _
) As IntPtr
[C#]
public static IntPtr img_resample_full_init(
   int owidth,
   int oheight,
   int iwidth,
   int iheight,
   int topBand,
   int bottomBand,
   int leftBand,
   int rightBand,
   int padtop,
   int padbottom,
   int padleft,
   int padright
);

See Also

FFmpeg Class | Tao.FFmpeg Namespace