static int |
avfilter.avfilter_graph_add_filter(avfilter.AVFilterGraph graphctx,
avfilter.AVFilterContext filter)
|
static avfilter.AVFilterContext |
avfilter.avfilter_graph_alloc_filter(avfilter.AVFilterGraph graph,
avfilter.AVFilter filter,
BytePointer name)
Create a new filter instance in a filter graph.
|
static avfilter.AVFilterContext |
avfilter.avfilter_graph_alloc_filter(avfilter.AVFilterGraph graph,
avfilter.AVFilter filter,
String name) |
static int |
avfilter.avfilter_graph_config(avfilter.AVFilterGraph graphctx,
Pointer log_ctx)
Check validity and configure all the links and formats in the graph.
|
static int |
avfilter.avfilter_graph_create_filter(avfilter.AVFilterContext filt_ctx,
avfilter.AVFilter filt,
BytePointer name,
BytePointer args,
Pointer opaque,
avfilter.AVFilterGraph graph_ctx) |
static int |
avfilter.avfilter_graph_create_filter(avfilter.AVFilterContext filt_ctx,
avfilter.AVFilter filt,
String name,
String args,
Pointer opaque,
avfilter.AVFilterGraph graph_ctx) |
static int |
avfilter.avfilter_graph_create_filter(PointerPointer filt_ctx,
avfilter.AVFilter filt,
BytePointer name,
BytePointer args,
Pointer opaque,
avfilter.AVFilterGraph graph_ctx)
Create and add a filter instance into an existing graph.
|
static BytePointer |
avfilter.avfilter_graph_dump(avfilter.AVFilterGraph graph,
BytePointer options)
Dump a graph into a human-readable string representation.
|
static ByteBuffer |
avfilter.avfilter_graph_dump(avfilter.AVFilterGraph graph,
String options) |
static void |
avfilter.avfilter_graph_free(avfilter.AVFilterGraph graph) |
static avfilter.AVFilterContext |
avfilter.avfilter_graph_get_filter(avfilter.AVFilterGraph graph,
BytePointer name)
Get a filter instance identified by instance name from graph.
|
static avfilter.AVFilterContext |
avfilter.avfilter_graph_get_filter(avfilter.AVFilterGraph graph,
String name) |
static int |
avfilter.avfilter_graph_parse_ptr(avfilter.AVFilterGraph graph,
BytePointer filters,
avfilter.AVFilterInOut inputs,
avfilter.AVFilterInOut outputs,
Pointer log_ctx) |
static int |
avfilter.avfilter_graph_parse_ptr(avfilter.AVFilterGraph graph,
BytePointer filters,
PointerPointer inputs,
PointerPointer outputs,
Pointer log_ctx)
Add a graph described by a string to a graph.
|
static int |
avfilter.avfilter_graph_parse_ptr(avfilter.AVFilterGraph graph,
String filters,
avfilter.AVFilterInOut inputs,
avfilter.AVFilterInOut outputs,
Pointer log_ctx) |
static int |
avfilter.avfilter_graph_parse(avfilter.AVFilterGraph graph,
BytePointer filters,
avfilter.AVFilterInOut inputs,
avfilter.AVFilterInOut outputs,
Pointer log_ctx)
Add a graph described by a string to a graph.
|
static int |
avfilter.avfilter_graph_parse(avfilter.AVFilterGraph graph,
String filters,
avfilter.AVFilterInOut inputs,
avfilter.AVFilterInOut outputs,
Pointer log_ctx) |
static int |
avfilter.avfilter_graph_parse2(avfilter.AVFilterGraph graph,
BytePointer filters,
avfilter.AVFilterInOut inputs,
avfilter.AVFilterInOut outputs) |
static int |
avfilter.avfilter_graph_parse2(avfilter.AVFilterGraph graph,
BytePointer filters,
PointerPointer inputs,
PointerPointer outputs)
Add a graph described by a string to a graph.
|
static int |
avfilter.avfilter_graph_parse2(avfilter.AVFilterGraph graph,
String filters,
avfilter.AVFilterInOut inputs,
avfilter.AVFilterInOut outputs) |
static int |
avfilter.avfilter_graph_queue_command(avfilter.AVFilterGraph graph,
BytePointer target,
BytePointer cmd,
BytePointer arg,
int flags,
double ts)
Queue a command for one or more filter instances.
|
static int |
avfilter.avfilter_graph_queue_command(avfilter.AVFilterGraph graph,
String target,
String cmd,
String arg,
int flags,
double ts) |
static int |
avfilter.avfilter_graph_request_oldest(avfilter.AVFilterGraph graph)
Request a frame on the oldest sink link.
|
static int |
avfilter.avfilter_graph_send_command(avfilter.AVFilterGraph graph,
BytePointer target,
BytePointer cmd,
BytePointer arg,
byte[] res,
int res_len,
int flags) |
static int |
avfilter.avfilter_graph_send_command(avfilter.AVFilterGraph graph,
BytePointer target,
BytePointer cmd,
BytePointer arg,
ByteBuffer res,
int res_len,
int flags) |
static int |
avfilter.avfilter_graph_send_command(avfilter.AVFilterGraph graph,
BytePointer target,
BytePointer cmd,
BytePointer arg,
BytePointer res,
int res_len,
int flags)
Send a command to one or more filter instances.
|
static int |
avfilter.avfilter_graph_send_command(avfilter.AVFilterGraph graph,
String target,
String cmd,
String arg,
byte[] res,
int res_len,
int flags) |
static int |
avfilter.avfilter_graph_send_command(avfilter.AVFilterGraph graph,
String target,
String cmd,
String arg,
ByteBuffer res,
int res_len,
int flags) |
static int |
avfilter.avfilter_graph_send_command(avfilter.AVFilterGraph graph,
String target,
String cmd,
String arg,
BytePointer res,
int res_len,
int flags) |
static void |
avfilter.avfilter_graph_set_auto_convert(avfilter.AVFilterGraph graph,
int flags)
Enable or disable automatic format conversion inside the graph.
|
avfilter.AVFilterContext |
avfilter.AVFilterContext.graph(avfilter.AVFilterGraph graph) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.graph(avfilter.AVFilterGraph graph) |