Package io.opentimeline
Class OTIOObject
java.lang.Object
io.opentimeline.OTIOObject
- All Implemented Interfaces:
java.lang.AutoCloseable
- Direct Known Subclasses:
Any
,AnyDictionary
,AnyDictionary.Iterator
,AnyVector
,AnyVector.Iterator
,ErrorStatus
,ErrorStatus
,SerializableObject
public class OTIOObject
extends java.lang.Object
implements java.lang.AutoCloseable
Base class for all OTIO objects.
-
Field Summary
Fields Modifier and Type Field Description OTIONative
nativeManager
-
Constructor Summary
Constructors Constructor Description OTIOObject()
-
Method Summary
Modifier and Type Method Description void
close()
OTIONative
getNativeManager()
int
hashCode()
-
Field Details
-
Constructor Details
-
OTIOObject
public OTIOObject()
-
-
Method Details
-
getNativeManager
-
close
public void close() throws java.lang.Exception- Specified by:
close
in interfacejava.lang.AutoCloseable
- Throws:
java.lang.Exception
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-