Tao.FFmpeg SDK Documentation

FFmpeg.av_resample Method 

[Visual Basic]
Public Shared Function av_resample( _
   ByVal pAVResampleContext As IntPtr, _
   ByVal dst As IntPtr, _
   ByVal src As IntPtr, _
   ByVal consumed As IntPtr, _
   ByVal src_size As Integer, _
   ByVal udpate_ctx As Integer _
) As Integer
[C#]
public static int av_resample(
   IntPtr pAVResampleContext,
   IntPtr dst,
   IntPtr src,
   IntPtr consumed,
   int src_size,
   int udpate_ctx
);

See Also

FFmpeg Class | Tao.FFmpeg Namespace