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 OTIONativenativeManager -
Constructor Summary
Constructors Constructor Description OTIOObject() -
Method Summary
Modifier and Type Method Description voidclose()OTIONativegetNativeManager()inthashCode()
-
Field Details
-
Constructor Details
-
OTIOObject
public OTIOObject()
-
-
Method Details
-
getNativeManager
-
close
public void close() throws java.lang.Exception- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.lang.Exception
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-