| Package | Description |
|---|---|
| org.bytedeco.ffmpeg.avfilter | |
| org.bytedeco.ffmpeg.global |
| Modifier and Type | Method and Description |
|---|---|
AVFilterPad |
AVFilterLink.dstpad()
input pad on the dest filter
|
AVFilterPad |
AVFilterContext.input_pads()
array of input pads
|
AVFilterPad |
AVFilter.inputs()
List of static inputs.
|
AVFilterPad |
AVFilterContext.output_pads()
array of output pads
|
AVFilterPad |
AVFilter.outputs()
List of static outputs.
|
AVFilterPad |
AVFilterLink.srcpad()
output pad on the source filter
|
| Modifier and Type | Method and Description |
|---|---|
AVFilterLink |
AVFilterLink.dstpad(AVFilterPad setter) |
AVFilterContext |
AVFilterContext.input_pads(AVFilterPad setter) |
AVFilter |
AVFilter.inputs(AVFilterPad setter) |
AVFilterContext |
AVFilterContext.output_pads(AVFilterPad setter) |
AVFilter |
AVFilter.outputs(AVFilterPad setter) |
AVFilterLink |
AVFilterLink.srcpad(AVFilterPad setter) |
| Modifier and Type | Method and Description |
|---|---|
static BytePointer |
avfilter.avfilter_pad_get_name(AVFilterPad pads,
int pad_idx)
Get the name of an AVFilterPad.
|
static int |
avfilter.avfilter_pad_get_type(AVFilterPad pads,
int pad_idx)
Get the type of an AVFilterPad.
|
Copyright © 2025. All rights reserved.