Video format
This commit is contained in:
@@ -49,6 +49,8 @@ public:
|
||||
unsigned short GetServerPort() const { return mServerPort; }
|
||||
unsigned GetMaxTemporalHistoryFrames() const { return mConfig.maxTemporalHistoryFrames; }
|
||||
bool ExternalKeyingEnabled() const { return mConfig.enableExternalKeying; }
|
||||
const std::string& GetVideoFormat() const { return mConfig.videoFormat; }
|
||||
const std::string& GetFrameRate() const { return mConfig.frameRate; }
|
||||
void SetServerPort(unsigned short port);
|
||||
bool AutoReloadEnabled() const { return mAutoReloadEnabled; }
|
||||
|
||||
@@ -60,6 +62,8 @@ private:
|
||||
bool autoReload = true;
|
||||
unsigned maxTemporalHistoryFrames = 4;
|
||||
bool enableExternalKeying = false;
|
||||
std::string videoFormat = "1080p";
|
||||
std::string frameRate = "59.94";
|
||||
};
|
||||
|
||||
struct DeckLinkOutputStatus
|
||||
|
||||
Reference in New Issue
Block a user