Esempio n. 1
0
 public static extern void av_parser_close(ref AVCodecParserContext pAVCodecParserContext);
Esempio n. 2
0
 public static extern int av_parser_parse(ref AVCodecParserContext pAVCodecParserContext,
     ref AVCodecContext pAVCodecContext,
     ref byte[] poutbuf, ref int poutbuf_size,
     byte[] buf, int buf_size, long pts, long dts);
Esempio n. 3
0
 public static extern int av_parser_change(ref AVCodecParserContext pAVCodecParserContext,
     ref AVCodecContext pAVCodecContext,
     ref byte[] poutbuf, ref int poutbuf_size,
     byte[] buf, int buf_size, int keyframe);