Tao.FFmpeg SDK Documentation

FFmpeg.sws_getContext Method 

[Visual Basic]
Public Shared Function sws_getContext( _
   ByVal source_width As Integer, _
   ByVal source_height As Integer, _
   ByVal source_pix_fmt As Integer, _
   ByVal dest_width As Integer, _
   ByVal dest_height As Integer, _
   ByVal dest_pix_fmt As Integer, _
   ByVal flags As Integer, _
   ByVal srcFilter As IntPtr, _
   ByVal destFilter As IntPtr, _
   ByVal Param As IntPtr _
) As IntPtr
[C#]
public static IntPtr sws_getContext(
   int source_width,
   int source_height,
   int source_pix_fmt,
   int dest_width,
   int dest_height,
   int dest_pix_fmt,
   int flags,
   IntPtr srcFilter,
   IntPtr destFilter,
   IntPtr Param
);

See Also

FFmpeg Class | Tao.FFmpeg Namespace