| Package | Description |
|---|---|
| io.humble.video |
The Humble Video library for decoding and encoding audio and pictures (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
FilterType |
FilterType.copyReference()
Create a new FilterType object that is actually referring to the
exact same underlying native object.
|
static FilterType |
FilterType.findFilterType(String name)
Find a given filter by name.
|
static FilterType |
FilterType.getFilterType(int index) |
| Modifier and Type | Method and Description |
|---|---|
Filter |
FilterGraph.addFilter(FilterType type,
String name)
Add a filter with the given name to the graph.
|
static long |
VideoJNI.FilterGraph_addFilter(long jarg1,
FilterGraph jarg1_,
long jarg2,
FilterType jarg2_,
String jarg3) |
static String |
VideoJNI.FilterType_getDescription(long jarg1,
FilterType jarg1_) |
static boolean |
VideoJNI.FilterType_getFlag(long jarg1,
FilterType jarg1_,
int jarg2) |
static int |
VideoJNI.FilterType_getFlags(long jarg1,
FilterType jarg1_) |
static String |
VideoJNI.FilterType_getInputName(long jarg1,
FilterType jarg1_,
int jarg2) |
static int |
VideoJNI.FilterType_getInputType(long jarg1,
FilterType jarg1_,
int jarg2) |
static String |
VideoJNI.FilterType_getName(long jarg1,
FilterType jarg1_) |
static int |
VideoJNI.FilterType_getNumInputs(long jarg1,
FilterType jarg1_) |
static int |
VideoJNI.FilterType_getNumOutputs(long jarg1,
FilterType jarg1_) |
static String |
VideoJNI.FilterType_getOutputName(long jarg1,
FilterType jarg1_,
int jarg2) |
static int |
VideoJNI.FilterType_getOutputType(long jarg1,
FilterType jarg1_,
int jarg2) |
Copyright © 2018 Humble Software. All rights reserved.