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

av_picture_crop() private method

private av_picture_crop ( AVPicture @dst, AVPicture @src, AVPixelFormat @pix_fmt, int @top_band, int @left_band ) : int
@dst AVPicture
@src AVPicture
@pix_fmt AVPixelFormat
@top_band int
@left_band int
return int
        public static extern int av_picture_crop(AVPicture* @dst, AVPicture* @src, AVPixelFormat @pix_fmt, int @top_band, int @left_band);
        
ffmpeg