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

avcodec_receive_frame() private method

private avcodec_receive_frame ( AVCodecContext @avctx, AVFrame @frame ) : int
@avctx AVCodecContext
@frame AVFrame
return int
        public static extern int avcodec_receive_frame(AVCodecContext* @avctx, AVFrame* @frame);
        
ffmpeg