Class Transition.Type

java.lang.Object
io.opentimeline.opentimelineio.Transition.Type
Enclosing class:
Transition

public static class Transition.Type
extends java.lang.Object
Encoding types of transitions. This is for representing "Dissolves" and "Wipes" defined by the multi-source effect as defined by SMPTE 258M-2004 7.6.3.2 Other effects are handled by the `Effect` class.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String Custom  
    static java.lang.String SMPTE_Dissolve  
  • Constructor Summary

    Constructors 
    Constructor Description
    Type()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • SMPTE_Dissolve

      public static java.lang.String SMPTE_Dissolve
    • Custom

      public static java.lang.String Custom
  • Constructor Details

    • Type

      public Type()