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

avcodec_send_frame() private method

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