| 273 | } |
| 274 | |
| 275 | void MacroActionSceneTransform::LogAction() const |
| 276 | { |
| 277 | ablog(LOG_INFO, |
| 278 | "performed transform action %d for source \"%s\" on scene \"%s\"", |
| 279 | static_cast<int>(_action), _source.ToString(true).c_str(), |
| 280 | _scene.ToString(true).c_str()); |
| 281 | } |
| 282 | |
| 283 | bool MacroActionSceneTransform::Save(obs_data_t *obj) const |
| 284 | { |