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

7 lines
192 B
C++
Raw Normal View History

#pragma once
#include "decklink-device.hpp"
const char *bmd_video_connection_to_name(BMDVideoConnection connection);
const char *bmd_audio_connection_to_name(BMDAudioConnection connection);