Outputs class

Outputs Requests

Constructors

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

getOutputList() → Future<List<Map<String, dynamic>>>
Gets the list of available outputs.
getOutputSettings(String outputName) → Future<Map<String, dynamic>>
Gets the settings of an output.
getOutputStatus(String outputName) → Future<Map<String, dynamic>>
Gets the status of an output.
getReplayBufferStatus() → Future<bool>
Gets the status of the replay buffer output.
getVirtualCamStatus() → Future<bool>
Gets the status of the virtualcam output.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveReplayBuffer(String outputName) → Future<void>
Saves the contents of the replay buffer output.
setOutputSettings({required String outputName, required Map<String, dynamic> outputSettings}) → Future<void>
Sets the settings of an output.
start(String outputName) → Future<void>
Starts an output.
startOutput(String outputName) → Future<void>
Starts an output.
startReplayBuffer(String outputName) → Future<void>
Starts the replay buffer output.
startVirtualCam() → Future<void>
Starts the virtualcam output.
stop(String outputName) → Future<void>
Stops an output.
stopOutput(String outputName) → Future<void>
Stops an output.
stopReplayBuffer(String outputName) → Future<void>
Stops the replay buffer output.
stopVirtualCam() → Future<void>
Stops the virtualcam output.
toggle(String outputName) → Future<bool>
Toggles the status of an output.
toggleOutput(String outputName) → Future<bool>
Toggles the status of an output.
toggleReplayBuffer() → Future<bool>
Toggles the state of the replay buffer output.
toggleVirtualCam() → Future<bool>
Toggles the state of the virtualcam output.
toString() → String
A string representation of this object.
inherited

Operators

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