Ejemplo n.º 1
0
 public static extern double av_expr_eval(libavutil.AVExpr *e, double *const_values, void *opaque);
Ejemplo n.º 2
0
 public static extern void av_expr_free(libavutil.AVExpr *e);
Ejemplo n.º 3
0
 public static extern int av_expr_parse(ref libavutil.AVExpr *expr, string s, ref string const_names, ref string func1_names, ref global::System.IntPtr funcs1, ref string func2_names, ref global::System.IntPtr funcs2, int log_offset, void *log_ctx);