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

avcodec_encode_video2() private method

private avcodec_encode_video2 ( AVCodecContext @avctx, AVPacket @avpkt, AVFrame @frame, int @got_packet_ptr ) : int
@avctx AVCodecContext
@avpkt AVPacket
@frame AVFrame
@got_packet_ptr int
return int
        public static extern int avcodec_encode_video2(AVCodecContext* @avctx, AVPacket* @avpkt, AVFrame* @frame, int* @got_packet_ptr);
        
ffmpeg