Tao.FFmpeg SDK Documentation

FFmpeg.av_resample_compensate Method 

[Visual Basic]
Public Shared Sub av_resample_compensate( _
   ByVal pAVResampleContext As IntPtr, _
   ByVal sample_delta As Integer, _
   ByVal compensation_distance As Integer _
)
[C#]
public static void av_resample_compensate(
   IntPtr pAVResampleContext,
   int sample_delta,
   int compensation_distance
);

See Also

FFmpeg Class | Tao.FFmpeg Namespace