
public class FilterAudioSource extends FilterSource
Filter.CommandFlag| Modifier and Type | Method and Description |
|---|---|
void |
addAudio(MediaAudio audio)
Adds audio to this source.
|
FilterAudioSource |
copyReference()
Create a new FilterAudioSource 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.
|
int |
hashCode()
Get a hashable value for this object.
|
getGraph, getInputLink, getInputName, getInputType, getName, getNumInputs, getNumOutputs, getOutputLink, getOutputName, getOutputTypegetNumProperties, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsInt, getPropertyAsLong, getPropertyAsRational, getPropertyAsString, getPropertyMetaData, getPropertyMetaData, setProperty, setProperty, setProperty, setProperty, setProperty, setPropertydelete, getCurrentRefCountpublic FilterAudioSource copyReference()
copyReference in class FilterSourcepublic boolean equals(Object obj)
equals in class FilterSourcepublic int hashCode()
hashCode in class FilterSourcepublic void addAudio(MediaAudio audio)
audio - the audio to add. Must be non-null and complete.InvalidArgument - if audio is null or audio is not complete.Copyright © 2018 Humble Software. All rights reserved.