Tao.FFmpeg SDK Documentation

FFmpeg.avpicture_alloc Method 

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

See Also

FFmpeg Class | Tao.FFmpeg Namespace