提交 db48e347 编写于 作者: J jp9000

UI: Add GetCurrentSceneSource inline function

上级 b8547aa8
......@@ -260,6 +260,12 @@ private:
public:
OBSScene GetCurrentScene();
inline OBSSource GetCurrentSceneSource()
{
OBSScene curScene = GetCurrentScene();
return OBSSource(obs_scene_get_source(curScene));
}
obs_service_t *GetService();
void SetService(obs_service_t *service);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册