Transitions class
Transitions Requests
Constructors
- Transitions(ObsWebSocket obsWebSocket)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- obsWebSocket → ObsWebSocket
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setCurrentScene(
String transitionName) → Future< void> - Sets the current scene transition.
-
setCurrentSceneDuration(
int transitionDuration) → Future< void> - Sets the duration of the current scene transition, if it is not fixed.
-
setCurrentSceneTransition(
String transitionName) → Future< void> - Sets the current scene transition.
-
setCurrentSceneTransitionDuration(
int transitionDuration) → Future< void> - Sets the duration of the current scene transition, if it is not fixed.
-
toString(
) → String -
A string representation of this object.
inherited
-
triggerStudioMode(
) → Future< void> - Triggers the current scene transition. Same functionality as the Transition button in studio mode.
-
triggerStudioModeTransition(
) → Future< void> - Triggers the current scene transition. Same functionality as the Transition button in studio mode.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited