| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
avfilter.AVFilterPad |
avfilter.AVFilterLink.dstpad()
input pad on the dest filter
|
avfilter.AVFilterPad |
avfilter.AVFilterContext.input_pads()
array of input pads
|
avfilter.AVFilterPad |
avfilter.AVFilter.inputs()
List of inputs, terminated by a zeroed element.
|
avfilter.AVFilterPad |
avfilter.AVFilterContext.output_pads()
array of output pads
|
avfilter.AVFilterPad |
avfilter.AVFilter.outputs()
List of outputs, terminated by a zeroed element.
|
avfilter.AVFilterPad |
avfilter.AVFilterLink.srcpad()
output pad on the source filter
|
| Modifier and Type | Method and Description |
|---|---|
static int |
avfilter.avfilter_pad_count(avfilter.AVFilterPad pads)
Get the number of elements in a NULL-terminated array of AVFilterPads (e.g.
|
static BytePointer |
avfilter.avfilter_pad_get_name(avfilter.AVFilterPad pads,
int pad_idx)
Get the name of an AVFilterPad.
|
static int |
avfilter.avfilter_pad_get_type(avfilter.AVFilterPad pads,
int pad_idx)
Get the type of an AVFilterPad.
|
avfilter.AVFilterLink |
avfilter.AVFilterLink.dstpad(avfilter.AVFilterPad dstpad) |
avfilter.AVFilterContext |
avfilter.AVFilterContext.input_pads(avfilter.AVFilterPad input_pads) |
avfilter.AVFilterContext |
avfilter.AVFilterContext.output_pads(avfilter.AVFilterPad output_pads) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.srcpad(avfilter.AVFilterPad srcpad) |
Copyright © 2018. All rights reserved.