
public class Filter extends Configurable
| Modifier and Type | Class and Description |
|---|---|
static class |
Filter.CommandFlag
Flags that can be passed when processing commands.
|
| Modifier and Type | Method and Description |
|---|---|
Filter |
copyReference()
Create a new Filter object that is actually referring to the
exact same underlying native object.
|
boolean |
equals(Object obj)
Compares two values, returning true if the underlying objects in native code are the same object.
|
FilterGraph |
getGraph() |
FilterLink |
getInputLink(int index) |
String |
getInputName(int index) |
MediaDescriptor.Type |
getInputType(int index) |
String |
getName() |
int |
getNumInputs() |
int |
getNumOutputs() |
FilterLink |
getOutputLink(int index) |
String |
getOutputName(int index) |
MediaDescriptor.Type |
getOutputType(int index) |
int |
hashCode()
Get a hashable value for this object.
|
getNumProperties, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsInt, getPropertyAsLong, getPropertyAsRational, getPropertyAsString, getPropertyMetaData, getPropertyMetaData, setProperty, setProperty, setProperty, setProperty, setProperty, setPropertydelete, getCurrentRefCountpublic Filter copyReference()
copyReference in class Configurablepublic boolean equals(Object obj)
equals in class Configurablepublic int hashCode()
hashCode in class Configurablepublic String getName()
public int getNumInputs()
public String getInputName(int index)
index - which input to get name ofInvalidArgument - if index < 0 || index > #getNumInputs().public MediaDescriptor.Type getInputType(int index)
index - which input to get type ofInvalidArgument - if index < 0 || index > #getNumInputs().public FilterLink getInputLink(int index)
index - which input to get link ofInvalidArgument - if index < 0 || index > #getNumInputs().public int getNumOutputs()
public String getOutputName(int index)
index - which output to get name ofInvalidArgument - if index < 0 || index > #getNumOutputs().public MediaDescriptor.Type getOutputType(int index)
index - which output to get type ofInvalidArgument - if index < 0 || index > #getNumOutputs().public FilterLink getOutputLink(int index)
index - which output to get link ofInvalidArgument - if index < 0 || index > #getNumInputs().public FilterGraph getGraph()
Copyright © 2018 Humble Software. All rights reserved.