
public class MediaEncoded extends Media
DEFAULT_TIME_STAMP_FORMAT| Modifier and Type | Method and Description |
|---|---|
MediaEncoded |
copyReference()
Create a new MediaEncoded 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.
|
void |
setTimeBase(Rational aBase)
Set the time base that time stamps of this object are represented in.
|
getFormattedTimeStamp, getFormattedTimeStamp, getTimeBase, getTimeStamp, isComplete, isKey, setTimeStampdelete, getCurrentRefCountpublic MediaEncoded copyReference()
copyReference in class Mediapublic boolean equals(Object obj)
public int hashCode()
public void setTimeBase(Rational aBase)
aBase - the new time base. If null an exception is thrown.Copyright © 2018 Humble Software. All rights reserved.