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

av_parser_parse2() private method

private av_parser_parse2 ( AVCodecParserContext @s, AVCodecContext @avctx, sbyte @poutbuf, int @poutbuf_size, sbyte @buf, int @buf_size, long @pts, long @dts, long @pos ) : int
@s AVCodecParserContext
@avctx AVCodecContext
@poutbuf sbyte
@poutbuf_size int
@buf sbyte
@buf_size int
@pts long
@dts long
@pos long
return int
        public static extern int av_parser_parse2(AVCodecParserContext* @s, AVCodecContext* @avctx, sbyte** @poutbuf, int* @poutbuf_size, sbyte* @buf, int @buf_size, long @pts, long @dts, long @pos);
        
ffmpeg