MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / GetID

Method GetID

plugins/base/utils/source-setting.hpp:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 bool Save(obs_data_t *obj) const;
21 bool Load(obs_data_t *obj);
22 std::string GetID() const { return _id; }
23 bool IsList() const;
24 bool operator==(const SourceSetting &other) const;
25

Calls

no outgoing calls

Tested by

no test coverage detected