struct
Obsctl::Domain::SetSceneCollectionCommand
- Obsctl::Domain::SetSceneCollectionCommand
- Obsctl::Domain::Command
- Struct
- Value
- Object
Defined in:
obsctl/domain/command.crConstructors
Instance Method Summary
-
#ipc_name : String | Nil
IPC command name, or nil for commands resolved entirely client-side.
-
#target : String
Payload target, for commands that address a named OBS resource.
Instance methods inherited from struct Obsctl::Domain::Command
initialize
initialize,
ipc_name : String | Nil
ipc_name,
percent : Int32 | Nil
percent,
target : String | Nil
target
Constructor methods inherited from struct Obsctl::Domain::Command
new
new
Constructor Detail
Instance Method Detail
def ipc_name : String | Nil
#
Description copied from struct Obsctl::Domain::Command
IPC command name, or nil for commands resolved entirely client-side.
def target : String
#
Description copied from struct Obsctl::Domain::Command
Payload target, for commands that address a named OBS resource.