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()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • getNativeManager

      public OTIONative getNativeManager()
    • close

      public void close() throws java.lang.Exception
      Specified by:
      close in interface java.lang.AutoCloseable
      Throws:
      java.lang.Exception
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object