Ui class

Stream Requests

Constructors

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

getMonitorList() Future<List<Monitor>>
Gets a list of connected monitors and information about them.
getStudioModeEnabled() Future<bool>
Enables or disables studio mode
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openInputFiltersDialog(String inputName) Future<void>
Opens the filters dialog of an input.
openInputInteractDialog(String inputName) Future<void>
Opens the interact dialog of an input.
openInputPropertiesDialog(String inputName) Future<void>
Opens the properties dialog of an input.
openSourceProjector(String sourceName, {int? monitorIndex = -1, String? projectorGeometry}) Future<void>
Opens a projector for a source.
openVideoMixProjector(String videoMixType, {int? monitorIndex = -1, String? projectorGeometry}) Future<void>
Opens a projector for a specific output video mix.
setStudioModeEnabled(bool studioModeEnabled) Future<void>
Enables or disables studio mode
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited