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

av_parser_change() private method

private av_parser_change ( AVCodecParserContext @s, AVCodecContext @avctx, sbyte @poutbuf, int @poutbuf_size, sbyte @buf, int @buf_size, int @keyframe ) : int
@s AVCodecParserContext
@avctx AVCodecContext
@poutbuf sbyte
@poutbuf_size int
@buf sbyte
@buf_size int
@keyframe int
return int
        public static extern int av_parser_change(AVCodecParserContext* @s, AVCodecContext* @avctx, sbyte** @poutbuf, int* @poutbuf_size, sbyte* @buf, int @buf_size, int @keyframe);
        
ffmpeg