Tao.FFmpeg SDK Documentation

FFmpeg.avpicture_layout Method 

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

See Also

FFmpeg Class | Tao.FFmpeg Namespace