Class TransitionBegin

    • Constructor Detail

      • TransitionBegin

        public TransitionBegin()
    • Method Detail

      • getName

        public String getName()
        Transition name.
      • getType

        public String getType()
        Transition type.
      • getDuration

        public int getDuration()
        Transition duration (in milliseconds). Will be -1 for any transition with a fixed duration, such as a Stinger, due to limitations of the OBS API.
      • getFromScene

        public Optional<String> getFromScene()
        Source scene of the transition
      • getToScene

        public String getToScene()
        Destination scene of the transition