Tao.FFmpeg SDK Documentation

FFmpeg.avcodec_find_best_pix_fmt Method 

[Visual Basic]
Public Shared Function avcodec_find_best_pix_fmt( _
   ByVal pix_fmt_mask As Integer, _
   ByVal src_pix_fmt As Integer, _
   ByVal has_alpha As Integer, _
   ByVal loss_ptr As IntPtr _
) As Integer
[C#]
public static int avcodec_find_best_pix_fmt(
   int pix_fmt_mask,
   int src_pix_fmt,
   int has_alpha,
   IntPtr loss_ptr
);

See Also

FFmpeg Class | Tao.FFmpeg Namespace