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

avcodec_send_packet() private method

private avcodec_send_packet ( AVCodecContext @avctx, AVPacket @avpkt ) : int
@avctx AVCodecContext
@avpkt AVPacket
return int
        public static extern int avcodec_send_packet(AVCodecContext* @avctx, AVPacket* @avpkt);
        
ffmpeg