| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static int |
avfilter.av_buffersink_get_buffer_ref(avfilter.AVFilterContext buffer_sink,
avfilter.AVFilterBufferRef bufref,
int flags)
Deprecated.
|
static int |
avfilter.av_buffersink_get_buffer_ref(avfilter.AVFilterContext buffer_sink,
PointerPointer bufref,
int flags)
Deprecated.
|
static int |
avfilter.av_buffersink_get_frame_flags(avfilter.AVFilterContext ctx,
avutil.AVFrame frame,
int flags)
Get a frame with filtered data from sink and put it in frame.
|
static avutil.AVRational |
avfilter.av_buffersink_get_frame_rate(avfilter.AVFilterContext ctx)
Get the frame rate of the input.
|
static int |
avfilter.av_buffersink_get_frame(avfilter.AVFilterContext ctx,
avutil.AVFrame frame)
Get a frame with filtered data from sink and put it in frame.
|
static int |
avfilter.av_buffersink_get_samples(avfilter.AVFilterContext ctx,
avutil.AVFrame frame,
int nb_samples)
Same as av_buffersink_get_frame(), but with the ability to specify the number
of samples read.
|
static int |
avfilter.av_buffersink_poll_frame(avfilter.AVFilterContext ctx)
Deprecated.
|
static int |
avfilter.av_buffersink_read_samples(avfilter.AVFilterContext ctx,
avfilter.AVFilterBufferRef buf,
int nb_samples)
Deprecated.
|
static int |
avfilter.av_buffersink_read_samples(avfilter.AVFilterContext ctx,
PointerPointer buf,
int nb_samples)
Deprecated.
|
static int |
avfilter.av_buffersink_read(avfilter.AVFilterContext ctx,
avfilter.AVFilterBufferRef buf)
Deprecated.
|
static int |
avfilter.av_buffersink_read(avfilter.AVFilterContext ctx,
PointerPointer buf)
Deprecated.
|
static void |
avfilter.av_buffersink_set_frame_size(avfilter.AVFilterContext ctx,
int frame_size)
Set the frame size for an audio buffer sink.
|
static int |
avfilter.av_buffersrc_add_frame_flags(avfilter.AVFilterContext buffer_src,
avutil.AVFrame frame,
int flags)
Add a frame to the buffer source.
|
static int |
avfilter.av_buffersrc_add_frame(avfilter.AVFilterContext ctx,
avutil.AVFrame frame)
Add a frame to the buffer source.
|
static int |
avfilter.av_buffersrc_add_ref(avfilter.AVFilterContext buffer_src,
avfilter.AVFilterBufferRef picref,
int flags)
Add buffer data in picref to buffer_src.
|
static int |
avfilter.av_buffersrc_buffer(avfilter.AVFilterContext ctx,
avfilter.AVFilterBufferRef buf)
Deprecated.
use av_buffersrc_write_frame() or av_buffersrc_add_frame()
|
static int |
avfilter.av_buffersrc_get_nb_failed_requests(avfilter.AVFilterContext buffer_src)
Get the number of failed requests.
|
static int |
avfilter.av_buffersrc_write_frame(avfilter.AVFilterContext ctx,
avutil.AVFrame frame)
Add a frame to the buffer source.
|
static int |
avfilter.avfilter_config_links(avfilter.AVFilterContext filter)
Negotiate the media format, dimensions, etc of all inputs to a filter.
|
static void |
avfilter.avfilter_free(avfilter.AVFilterContext filter)
Free a filter context.
|
static int |
avfilter.avfilter_graph_add_filter(avfilter.AVFilterGraph graphctx,
avfilter.AVFilterContext filter)
Deprecated.
use avfilter_graph_alloc_filter() to allocate a filter in a
filter 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_init_dict(avfilter.AVFilterContext ctx,
avutil.AVDictionary options) |
static int |
avfilter.avfilter_init_dict(avfilter.AVFilterContext ctx,
PointerPointer options)
Initialize a filter with the supplied dictionary of options.
|
static int |
avfilter.avfilter_init_filter(avfilter.AVFilterContext filter,
BytePointer args,
Pointer opaque)
Deprecated.
|
static int |
avfilter.avfilter_init_filter(avfilter.AVFilterContext filter,
String args,
Pointer opaque)
Deprecated.
|
static int |
avfilter.avfilter_init_str(avfilter.AVFilterContext ctx,
BytePointer args)
Initialize a filter with the supplied parameters.
|
static int |
avfilter.avfilter_init_str(avfilter.AVFilterContext ctx,
String args) |
static int |
avfilter.avfilter_insert_filter(avfilter.AVFilterLink link,
avfilter.AVFilterContext filt,
int filt_srcpad_idx,
int filt_dstpad_idx)
Insert a filter in the middle of an existing link.
|
static int |
avfilter.avfilter_link(avfilter.AVFilterContext src,
int srcpad,
avfilter.AVFilterContext dst,
int dstpad)
Link two filters together.
|
static int |
avfilter.avfilter_open(avfilter.AVFilterContext filter_ctx,
avfilter.AVFilter filter,
BytePointer inst_name)
Deprecated.
|
static int |
avfilter.avfilter_open(avfilter.AVFilterContext filter_ctx,
avfilter.AVFilter filter,
String inst_name)
Deprecated.
|
static int |
avfilter.avfilter_process_command(avfilter.AVFilterContext filter,
BytePointer cmd,
BytePointer arg,
byte[] res,
int res_len,
int flags) |
static int |
avfilter.avfilter_process_command(avfilter.AVFilterContext filter,
BytePointer cmd,
BytePointer arg,
ByteBuffer res,
int res_len,
int flags) |
static int |
avfilter.avfilter_process_command(avfilter.AVFilterContext filter,
BytePointer cmd,
BytePointer arg,
BytePointer res,
int res_len,
int flags)
Make the filter instance process a command.
|
static int |
avfilter.avfilter_process_command(avfilter.AVFilterContext filter,
String cmd,
String arg,
byte[] res,
int res_len,
int flags) |
static int |
avfilter.avfilter_process_command(avfilter.AVFilterContext filter,
String cmd,
String arg,
ByteBuffer res,
int res_len,
int flags) |
static int |
avfilter.avfilter_process_command(avfilter.AVFilterContext filter,
String cmd,
String arg,
BytePointer res,
int res_len,
int flags) |
int |
avfilter.AVFilter.Init_AVFilterContext.call(avfilter.AVFilterContext ctx) |
void |
avfilter.AVFilter.Uninit_AVFilterContext.call(avfilter.AVFilterContext ctx) |
int |
avfilter.AVFilter.Query_formats_AVFilterContext.call(avfilter.AVFilterContext arg0) |
int |
avfilter.avfilter_execute_func.call(avfilter.AVFilterContext ctx,
avfilter.avfilter_action_func func,
Pointer arg,
IntPointer ret,
int nb_jobs) |
int |
avfilter.AVFilter.Process_command_AVFilterContext_BytePointer_BytePointer_BytePointer_int_int.call(avfilter.AVFilterContext arg0,
BytePointer cmd,
BytePointer arg,
BytePointer res,
int res_len,
int flags) |
int |
avfilter.AVFilter.Init_opaque_AVFilterContext_Pointer.call(avfilter.AVFilterContext ctx,
Pointer opaque) |
int |
avfilter.avfilter_action_func.call(avfilter.AVFilterContext ctx,
Pointer arg,
int jobnr,
int nb_jobs) |
int |
avfilter.AVFilter.Init_dict_AVFilterContext_PointerPointer.call(avfilter.AVFilterContext ctx,
PointerPointer options) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.dst(avfilter.AVFilterContext dst) |
avfilter.AVFilterInOut |
avfilter.AVFilterInOut.filter_ctx(avfilter.AVFilterContext filter_ctx) |
avfilter.AVFilterGraph |
avfilter.AVFilterGraph.filters(int i,
avfilter.AVFilterContext filters) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.src(avfilter.AVFilterContext src) |
Copyright © 2015. All Rights Reserved.