
public class FilterPictureSource extends FilterSource
Filter.CommandFlag| Modifier and Type | Method and Description |
|---|---|
void |
addPicture(MediaPicture picture)
Adds a picture to this source.
|
FilterPictureSource |
copyReference()
Create a new FilterPictureSource 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 FilterPictureSource copyReference()
copyReference in class FilterSourcepublic boolean equals(Object obj)
equals in class FilterSourcepublic int hashCode()
hashCode in class FilterSourcepublic void addPicture(MediaPicture picture)
picture - the picture to add. Must be non-null and complete.InvalidArgument - if picture is null or audio is not complete.Copyright © 2018 Humble Software. All rights reserved.