module

Obsctl::OBS::Requests::Scenes

Request names and payload builders for OBS scene operations.

Constants

GET_CURRENT_PROGRAM_SCENE = "GetCurrentProgramScene"
GET_SCENE_LIST = "GetSceneList"
SET_CURRENT_PROGRAM_SCENE = "SetCurrentProgramScene"

Class methods

set_current_program_scene(name : String) : JSON::Any

Builds payload for SetCurrentProgramScene.

Source