ObsSceneItemsCommand constructor

ObsSceneItemsCommand()

Implementation

ObsSceneItemsCommand() {
  addSubcommand(ObsGetSceneItemListCommand());
  addSubcommand(ObsGetSceneItemLockedCommand());
  addSubcommand(ObsSetSceneItemLockedCommand());
}