Tao.FFmpeg SDK Documentation

FFmpeg.avcodec_check_dimensions Method 

[Visual Basic]
Public Shared Function avcodec_check_dimensions( _
   ByVal av_log_ctx As IntPtr, _
   ByRef width As UInt32, _
   ByRef height As UInt32 _
) As Integer
[C#]
public static int avcodec_check_dimensions(
   IntPtr av_log_ctx,
   ref uint width,
   ref uint height
);

See Also

FFmpeg Class | Tao.FFmpeg Namespace