module Obsctl::OBS::Requests::Studio

Defined in:

obsctl/obs/requests/studio.cr

Constant Summary

GET_PROFILE_LIST = "GetProfileList"
GET_SCENE_COLLECTION_LIST = "GetSceneCollectionList"
GET_STATS = "GetStats"
SET_CURRENT_PROFILE = "SetCurrentProfile"
SET_SCENE_COLLECTION = "SetCurrentSceneCollection"

Class Method Summary

Class Method Detail

def self.profile(name : String) : JSON::Any #

[View source]
def self.scene_collection(name : String) : JSON::Any #

[View source]