| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
avfilter.AVFilterLink |
avfilter.AVFilterLink.age_index(int age_index) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.channel_layout(long channel_layout) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.channels(int channels) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.closed(int closed) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.cur_buf_copy(avfilter.AVFilterBufferRef cur_buf_copy) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.current_pts(long current_pts) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.dst(avfilter.AVFilterContext dst) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.dstpad(avfilter.AVFilterPad dstpad) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.flags(int flags) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.format(int format) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.frame_count(long frame_count) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.frame_rate(avutil.AVRational frame_rate) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.frame_requested(int frame_requested) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.graph(avfilter.AVFilterGraph graph) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.h(int h) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.in_channel_layouts(Pointer in_channel_layouts) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.in_formats(avfilter.AVFilterFormats in_formats) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.in_samplerates(avfilter.AVFilterFormats in_samplerates) |
avfilter.AVFilterLink |
avfilter.AVFilterContext.inputs(int i)
array of pointers to input links
|
avfilter.AVFilterLink |
avfilter.AVFilterLink.max_samples(int max_samples) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.min_samples(int min_samples) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.out_channel_layouts(Pointer out_channel_layouts) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.out_formats(avfilter.AVFilterFormats out_formats) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.out_samplerates(avfilter.AVFilterFormats out_samplerates) |
avfilter.AVFilterLink |
avfilter.AVFilterContext.outputs(int i)
array of pointers to output links
|
avfilter.AVFilterLink |
avfilter.AVFilterLink.partial_buf_size(int partial_buf_size) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.partial_buf(avutil.AVFrame partial_buf) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.pool(Pointer pool) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.position(int position) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.request_samples(int request_samples) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.sample_aspect_ratio(avutil.AVRational sample_aspect_ratio) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.sample_rate(int sample_rate) |
avfilter.AVFilterLink |
avfilter.AVFilterGraph.sink_links(int i)
Private fields
The following fields are for internal use only.
|
avfilter.AVFilterLink |
avfilter.AVFilterLink.src(avfilter.AVFilterContext src) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.srcpad(avfilter.AVFilterPad srcpad) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.time_base(avutil.AVRational time_base) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.type(int type) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.w(int w) |
| Modifier and Type | Method and Description |
|---|---|
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 void |
avfilter.avfilter_link_free(avfilter.AVFilterLink link) |
static int |
avfilter.avfilter_link_get_channels(avfilter.AVFilterLink link)
Get the number of channels of a link.
|
static void |
avfilter.avfilter_link_set_closed(avfilter.AVFilterLink link,
int closed)
Set the closed field of a link.
|
int |
avfilter.AVFilterPad.End_frame_AVFilterLink.call(avfilter.AVFilterLink link)
Deprecated.
|
int |
avfilter.AVFilterPad.Poll_frame_AVFilterLink.call(avfilter.AVFilterLink link) |
int |
avfilter.AVFilterPad.Request_frame_AVFilterLink.call(avfilter.AVFilterLink link) |
int |
avfilter.AVFilterPad.Config_props_AVFilterLink.call(avfilter.AVFilterLink link) |
int |
avfilter.AVFilterPad.Start_frame_AVFilterLink_AVFilterBufferRef.call(avfilter.AVFilterLink link,
avfilter.AVFilterBufferRef picref)
Deprecated.
|
int |
avfilter.AVFilterPad.Filter_frame_AVFilterLink_AVFrame.call(avfilter.AVFilterLink link,
avutil.AVFrame frame) |
avutil.AVFrame |
avfilter.AVFilterPad.Get_audio_buffer_AVFilterLink_int.call(avfilter.AVFilterLink link,
int nb_samples) |
avutil.AVFrame |
avfilter.AVFilterPad.Get_video_buffer_AVFilterLink_int_int.call(avfilter.AVFilterLink link,
int w,
int h) |
int |
avfilter.AVFilterPad.Draw_slice_AVFilterLink_int_int_int.call(avfilter.AVFilterLink link,
int y,
int height,
int slice_dir)
Deprecated.
|
avfilter.AVFilterContext |
avfilter.AVFilterContext.inputs(int i,
avfilter.AVFilterLink inputs) |
avfilter.AVFilterContext |
avfilter.AVFilterContext.outputs(int i,
avfilter.AVFilterLink outputs) |
avfilter.AVFilterGraph |
avfilter.AVFilterGraph.sink_links(int i,
avfilter.AVFilterLink sink_links) |
Copyright © 2015. All Rights Reserved.