Tao.FFmpeg SDK Documentation

FFmpeg.img_pad Method 

[Visual Basic]
Public Shared Function img_pad( _
   ByVal p_dst_pAVPicture As IntPtr, _
   ByVal p_src_pAVPicture As IntPtr, _
   ByVal height As Integer, _
   ByVal width As Integer, _
   ByVal pix_fmt As Integer, _
   ByVal padtop As Integer, _
   ByVal padbottom As Integer, _
   ByVal padleft As Integer, _
   ByVal padright As Integer, _
   ByRef color As Integer _
) As Integer
[C#]
public static int img_pad(
   IntPtr p_dst_pAVPicture,
   IntPtr p_src_pAVPicture,
   int height,
   int width,
   int pix_fmt,
   int padtop,
   int padbottom,
   int padleft,
   int padright,
   ref int color
);

See Also

FFmpeg Class | Tao.FFmpeg Namespace