yolobs-studio/UI/frontend-plugins/decklink-output-ui/decklink-ui-main.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
124 B
C
Raw Normal View History

2019-07-27 12:47:10 +00:00
#pragma once
2020-03-25 08:07:22 +00:00
void output_toggle();
2019-07-27 12:47:10 +00:00
OBSData load_settings();
2020-03-25 08:07:22 +00:00
void preview_output_toggle();
OBSData load_preview_settings();