Tao.FFmpeg SDK Documentation

FFmpeg.img_get_alpha_info Method 

[Visual Basic]
Public Shared Function img_get_alpha_info( _
   ByVal pAVPicture As IntPtr, _
   ByVal pix_fmt As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
) As Integer
[C#]
public static int img_get_alpha_info(
   IntPtr pAVPicture,
   int pix_fmt,
   int width,
   int height
);

See Also

FFmpeg Class | Tao.FFmpeg Namespace