mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
12 lines
270 B
C++
12 lines
270 B
C++
#pragma once
|
|
#include <obs.hpp>
|
|
|
|
namespace advss {
|
|
|
|
bool IsFixedLengthTransition(const OBSWeakSource &transition);
|
|
obs_source_t *SetSceneItemTransition(const OBSSceneItem &item,
|
|
const OBSSourceAutoRelease &transition,
|
|
bool show);
|
|
|
|
} // namespace advss
|