struct

Obsctl::Domain::VolumeCommand

Inherits Obsctl::Domain::Command < Struct < Value < Object

Sets user-facing volume percentage for an OBS audio input.

Constructors

new(target : String, percent : Int32)
Source

Instance methods

ipc_name

IPC command name, or nil for commands resolved entirely client-side.

Source
percent

Payload percentage, for commands that carry a level.

Source
target

Payload target, for commands that address a named OBS resource.

Source