Inputs class

Inputs Requests

Constructors

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

getInputKindList([bool unversioned = false]) Future<List<String>>
Gets an array of all available input kinds in OBS.
getInputList(String? inputKind) Future<List<Input>>
Gets an array of all inputs in OBS.
getInputMute(String inputName) Future<bool>
Gets the audio mute state of an input.
getMute(String inputName) Future<bool>
Gets the audio mute state of an input.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(String inputName) Future<void>
Removes an existing input.
removeInput(String inputName) Future<void>
Removes an existing input.
setInputMute({required String inputName, required bool inputMuted}) Future<void>
Sets the audio mute state of an input.
setInputName({required String inputName, required String newInputName}) Future<void>
Sets the name of an input (rename).
setMute({required String inputName, required bool inputMuted}) Future<void>
Sets the audio mute state of an input.
setName({required String inputName, required String newInputName}) Future<void>
Sets the name of an input (rename).
toggleInputMute(String inputName) Future<bool>
Toggles the audio mute state of an input.
toggleMute(String inputName) Future<bool>
Toggles the audio mute state of an input.
toString() String
A string representation of this object.
inherited

Operators

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