FFmpeg.AutoGen.ffmpeg.avpicture_fill C# (CSharp) Method

avpicture_fill() private method

private avpicture_fill ( AVPicture @picture, sbyte @ptr, AVPixelFormat @pix_fmt, int @width, int @height ) : int
@picture AVPicture
@ptr sbyte
@pix_fmt AVPixelFormat
@width int
@height int
return int
        public static extern int avpicture_fill(AVPicture* @picture, sbyte* @ptr, AVPixelFormat @pix_fmt, int @width, int @height);
        
ffmpeg