Example #1
0
 public static extern int avfilter_graph_request_oldest(libavfilter.AVFilterGraph *graph);
Example #2
0
 public static extern int avfilter_graph_queue_command(libavfilter.AVFilterGraph *graph, string target, string cmd, string arg, int flags, double ts);
Example #3
0
 public static extern sbyte *avfilter_graph_dump(libavfilter.AVFilterGraph *graph, string options);
Example #4
0
 public static extern int avfilter_graph_parse2(libavfilter.AVFilterGraph *graph, string filters, ref libavfilter.AVFilterInOut *inputs, ref libavfilter.AVFilterInOut *outputs);
Example #5
0
 public static extern int avfilter_graph_send_command(libavfilter.AVFilterGraph *graph, string target, string cmd, string arg, System.Text.StringBuilder res, int res_len, int flags);
Example #6
0
 public static extern void avfilter_graph_free(ref libavfilter.AVFilterGraph *graph);
Example #7
0
 public static extern int avfilter_graph_parse(libavfilter.AVFilterGraph *graph, string filters, libavfilter.AVFilterInOut **inputs, libavfilter.AVFilterInOut **outputs, void *log_ctx);
Example #8
0
 public static extern int avfilter_graph_config(libavfilter.AVFilterGraph *graphctx, void *log_ctx);
Example #9
0
 public static extern void avfilter_graph_set_auto_convert(libavfilter.AVFilterGraph *graph, uint flags);
Example #10
0
 public static extern int avfilter_graph_create_filter(ref libavfilter.AVFilterContext *filt_ctx, libavfilter.AVFilter *filt, string name, string args, void *opaque, libavfilter.AVFilterGraph *graph_ctx);
Example #11
0
 public static extern int avfilter_graph_add_filter(libavfilter.AVFilterGraph *graphctx, libavfilter.AVFilterContext *filter);
Example #12
0
 public static extern libavfilter.AVFilterContext *avfilter_graph_get_filter(libavfilter.AVFilterGraph * graph, System.Text.StringBuilder name);